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