import type { FightingIcon } from '../_interface'; import type { BasicType } from '../_utils/props/interface'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install } from '../_utils'; import MenuItem from "./src/menu-item"; export declare const FMenuItem: Install, null>; readonly fontSize: BasicType, string | number | null>; readonly color: BasicType, string | null>; readonly to: BasicType, string | null>; readonly name: BasicType, string | number | null>; readonly disabled: BasicType; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, null>; readonly fontSize: BasicType, string | number | null>; readonly color: BasicType, string | null>; readonly to: BasicType, string | null>; readonly name: BasicType, string | number | null>; readonly disabled: BasicType; }>>, { readonly fontSize: string | number; readonly color: string; readonly icon: FightingIcon; readonly to: string; readonly disabled: boolean; readonly name: string | number; }>>; /** menu-item 组件实例类型 */ export type MenuItemInstance = InstanceType; export * from './src/interface.d'; export default FMenuItem;