/// import { DrawerPropsType } from "./interface"; declare const DrawerItem: (props: DrawerPropsType) => JSX.Element; export default DrawerItem;