/// interface Props { children: JSX.Element; onConfirm: () => void; } declare const DialogConfirmation: import("react").ForwardRefExoticComponent>; export default DialogConfirmation;