declare type ConfirmProps = { onOk: () => void; onCancel: () => void; }; export declare const Confirm: ({ onOk, onCancel }: ConfirmProps) => import("react/jsx-runtime").JSX.Element; export {};