import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ExtractPropTypes, PropType, Component, CreateComponentPublicInstanceWithMixins, GlobalComponents, GlobalDirectives, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue'; import { MenuItem } from '../types'; declare const _default: { ActionIcon: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>; BranchSwitcher: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>; MenuItem: DefineComponent; iconNode: { type: PropType< MenuItem["iconNode"]>; }; iconName: { type: PropType< MenuItem["icon"]>; }; iconifyName: StringConstructor; isActive: BooleanConstructor; isManualRouteActive: BooleanConstructor; as: { type: PropType< MenuItem["as"]>; 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< MenuItem["iconNode"]>; }; iconName: { type: PropType< MenuItem["icon"]>; }; iconifyName: StringConstructor; isActive: BooleanConstructor; isManualRouteActive: BooleanConstructor; as: { type: PropType< MenuItem["as"]>; 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>; Search: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>; Spacer: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>; ThemeSwitcher: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>; TranslateSwitcher: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>; UniverseRouterLink: { new (...args: any[]): CreateComponentPublicInstanceWithMixins & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {} | { [x: string]: any; }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {} | { [x: string]: any; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & ComponentOptionsBase & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {} | { [x: string]: any; }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => { $slots: { default?(_: {}): any; default?(_: { isActive: boolean; isExactActive: boolean; }): any; }; }); UserAction: { new (...args: any[]): CreateComponentPublicInstanceWithMixins> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, { label: string; description: string; fullName: string; avatarUrl: string; }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly< ExtractPropTypes<{ fullName: { type: StringConstructor; default: string; }; description: { type: StringConstructor; default: string; }; label: { type: StringConstructor; default: string; }; avatarUrl: { type: StringConstructor; default: string; }; }>> & Readonly<{}>, {}, {}, {}, {}, { label: string; description: string; fullName: string; avatarUrl: string; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & ComponentOptionsBase> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, { label: string; description: string; fullName: string; avatarUrl: string; }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => { $slots: { default?(_: {}): any; }; }); }; export default _default;