import type { UseLoadingBarInterface } from '../_hooks/use-loading-bar/interface';
import type { InstallType } from '../_interface';
export declare const LoadingBar: InstallType<UseLoadingBarInterface>;
export * from './src/interface.d';
