export type ConfirmProps = { title: string; message: string; confirmLabel?: string; cancelLabel?: string; }; export declare function useConfirm(props: ConfirmProps): () => Promise; //# sourceMappingURL=useConfirm.d.ts.map