import { SFCWithInstall } from '../../utils';
import { default as ReadProgress } from './src/ReadProgress.vue';
export declare const UReadProgress: SFCWithInstall<typeof ReadProgress>;
export declare const UReadProgressFn: ((props: import('./types').UReadProgressProps) => import('vue').Ref<{
    progress: number;
    hide: () => void;
    show: () => void;
} | null>) & import('vue').Plugin;
