import type { LoadingOptions, LoadingOpen } from './type'; export declare const open: (options: LoadingOptions) => LoadingOpen | undefined;