import type { ILoadingCreateComponentParams, ILoadingInstance } from './loading.type'; export declare type Nullable = null | T; export declare function createLoadingComponent({ options, globalLoadingOption, }: ILoadingCreateComponentParams): ILoadingInstance;