import { FC } from "react"; export interface EnhancedDrawerHeaderProps { title: string; description: string; } export declare const EnhancedDrawerHeader: FC;