export { default } from './InlineDialog';
export type { Placement } from './types';
export type { InlineDialogProps } from './types';
