/// import { useReadingProgress } from './useReadingProgress'; export declare type HookProps = { targetEl?: string; rootEl?: string; }; export declare type ComponentProps = { children: (arg1: ReturnType) => JSX.Element; } & HookProps;