import { FC } from 'react'; import { DialogProps } from './interfaces'; import './FeDialog.scss'; export declare const FeDialog: FC;