import React from 'react'; export declare function ConfirmDialogProvider({ children }: { children: React.ReactNode; }): React.JSX.Element;