import { type FC } from 'react';
import type { InlineDialogProps } from '../types';
declare const InlineDialog: FC<InlineDialogProps>;
export default InlineDialog;
