import type { FC } from 'react'; import { type DrawerHeaderProps } from '../Drawer'; type DialogHeaderProps = DrawerHeaderProps; export declare const DialogHeader: FC; export {};