import type { ModalHookAPI } from './types'; export type { ModalHookAPI }; export declare function useModal(): ModalHookAPI;