import type { Ref, ReactElement } from 'react'; interface Props { useHook(): HookResult; } export interface ImperativeApi { readonly current: HookResult; } export declare const HookRunner: (props: Props & { ref?: Ref>; }) => ReactElement | null; export {}; //# sourceMappingURL=HookRunner.d.ts.map