import { PropType, DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, Component, ComponentProvideOptions } from 'vue'; import { MenuItem } from '../types'; declare const _default: DefineComponent; iconNode: { type: PropType; }; iconName: { type: PropType; }; iconifyName: StringConstructor; isActive: BooleanConstructor; isManualRouteActive: BooleanConstructor; as: { type: PropType; default: string; }; href: StringConstructor; to: StringConstructor; target: StringConstructor; isHideText: BooleanConstructor; isEksternal: BooleanConstructor; badge: StringConstructor; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{ name: PropType; iconNode: { type: PropType; }; iconName: { type: PropType; }; iconifyName: StringConstructor; isActive: BooleanConstructor; isManualRouteActive: BooleanConstructor; as: { type: PropType; default: string; }; href: StringConstructor; to: StringConstructor; target: StringConstructor; isHideText: BooleanConstructor; isEksternal: BooleanConstructor; badge: StringConstructor; }>> & Readonly<{}>, { as: string | Component | undefined; isActive: boolean; isManualRouteActive: boolean; isHideText: boolean; isEksternal: boolean; }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>; export default _default;