interface ConfirmResetShadowDialogProps { text: string; confirmButtonText: string; isOpen: boolean; toggleOpen: () => void; onConfirm: () => void; } declare function ConfirmResetShadowDialog({ text, confirmButtonText, isOpen, toggleOpen, onConfirm }: ConfirmResetShadowDialogProps): import("react").JSX.Element; export default ConfirmResetShadowDialog; //# sourceMappingURL=confirm-reset-shadow-dialog.d.ts.map