import { HookProps } from './type'; export declare const useReadingProgress: (props?: HookProps | undefined) => { value: number; };