import { StoryObj } from '@storybook/vue3'; import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue'; import { RouteLocationRaw, RouterLinkProps } from 'vue-router'; declare const meta: { title: string; component: { new (...args: any[]): CreateComponentPublicInstanceWithMixins & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, { ariaCurrentValue: "page" | "step" | "location" | "date" | "time" | "true" | "false"; }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<{ to: RouteLocationRaw; } & RouterLinkProps> & Readonly<{}>, {}, {}, {}, {}, { ariaCurrentValue: "page" | "step" | "location" | "date" | "time" | "true" | "false"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & ComponentOptionsBase & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, { ariaCurrentValue: "page" | "step" | "location" | "date" | "time" | "true" | "false"; }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => { $slots: { default?(_: {}): any; default?(_: {}): any; }; }); tags: string[]; parameters: { docs: { description: { component: string; }; }; }; }; export default meta; export declare const SimpleInternalLink: StoryObj; export declare const SimpleExternalLink: StoryObj; export declare const SimpleExternalLinkInNewWindow: StoryObj; export declare const SimpleInternalLinks: StoryObj; //# sourceMappingURL=AppLink.stories.d.ts.map