import * as React from 'react'; export declare const deleteDialog: { readonly render: (args: any) => React.JSX.Element; }; declare const _default: { title: string; component: ({ appElement, isLoading, isOpen, item, onCancel, onDelete, parentElement, }: import("../DeleteConfirmationDialog").DeleteConfirmationDialogProps) => React.JSX.Element; args: { isLoading: boolean; isOpen: boolean; }; }; export default _default;