export interface LayoutMenuItemProps { showIcon?: boolean; icon?: string; title?: string; } declare const __VLS_export: import("vue").DefineComponent & Readonly<{}>, { showIcon: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;