/// import type { DrawerItemOwnProps } from "./types"; declare const BaseDrawerItem: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & Partial, Pick, HTMLLIElement>, keyof import("react").ClassAttributes | keyof import("react").LiHTMLAttributes>, {}>; export default BaseDrawerItem; //# sourceMappingURL=BaseDrawerItem.d.ts.map