import { LFC } from "../../_types/LFC"; import { IMenuItemLayoutProps } from "./_types/IMenuItemLayoutProps"; /** * The standard layout for menu items, having the icon on the left, and vertically stacked content on the right */ export declare const MenuItemLayout: LFC; //# sourceMappingURL=MenuItemLayout.d.ts.map