export type NavigationDrawerDrawerProps = { children?: React.ReactNode; className?: string; }; declare const DrawerPanel: import('react').NamedExoticComponent>; export default DrawerPanel;