export declare const IvueLoadingBar: import("../../utils/install").SFCInstallWithContext<{ start(): void; update(percent: number): void; finish(): void; error(): void; config(options: { percent?: number; status?: string; color?: string; failedColor?: string; height?: number; visible?: boolean; duration?: number; }): void; destroy(): void; }>; export default IvueLoadingBar; export * from './index.vue';