import type { LoadingOptionsResolved } from './src/interface'; import type { ElementLoading, LoadingBinding } from './src/directive'; import type { Directive } from 'vue'; import type { Install } from '../../utils'; export declare const loading: Install>; export declare const FzLoading: Install<(options?: Partial & { target: string | HTMLElement; body: boolean; }>) => any>; export * from './src/interface'; export default FzLoading;