import type { DrawerHeaderProps } from './types'; export declare function DrawerHeader(props: DrawerHeaderProps): React.ReactElement | null;