interface DeleteEntityConfirmationProps { open: boolean; onClose: () => any; onConfirm: () => any; } export declare function DeleteEntityConfirmationDialog(props: DeleteEntityConfirmationProps): import("react/jsx-runtime").JSX.Element; export {};