import { FC } from 'react'; import { DialogTitleProps } from '@mui/material'; /** * This component serves as an extended title section for a dialog, * including an optional close button displayed when `onClose` prop is provided. */ export declare const FlowDialogTitle: FC;