import type { StoryObj } from '@storybook/vue3-vite'; import { TIcon } from './TIcon'; declare const meta: { component: import("vue").DefineComponent; required: true; }; color: import("vue").PropType; size: import("vue").PropType; variant: import("vue").PropType; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; required: true; }; color: import("vue").PropType; size: import("vue").PropType; variant: import("vue").PropType; }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; args: { icon: string; variant: "outline"; size: "medium"; color: string; }; }; export default meta; type Story = StoryObj; export declare const playground: Story; export declare const variant: Story; export declare const size: Story; export declare const color: Story; //# sourceMappingURL=TIcon.stories.d.ts.map