import { IconProp } from "@fortawesome/fontawesome-svg-core"; import React from "react"; export interface DrawerListMenuProps { active?: boolean; text?: string; icon: IconProp; onClick?: React.MouseEventHandler; } export declare function DrawerListMenu(props: DrawerListMenuProps): JSX.Element; //# sourceMappingURL=DrawerList.d.ts.map