import type { FC } from 'react'; import { type DrawerPositionerProps } from '../Drawer'; type DialogPositionerProps = Omit; export declare const DialogPositioner: FC; export {};