/// import { FTLDialogProps } from "../../"; export declare const FTLDialog: ({ open, onClose, onCancel, onSubmit, title, children, size, showActions, style, }: FTLDialogProps) => JSX.Element;