import type { ComponentPropsAndSlots, Meta, StoryObj } from '@storybook/vue3-vite'; import { TCheckbox } from './TCheckbox'; type ComponentAndCustomArgs = ComponentPropsAndSlots & { default: string; }; declare const meta: Meta; export default meta; type Story = StoryObj; export declare const playground: Story; export declare const disabled: Story; export declare const size: Story; export declare const labelPosition: Story; //# sourceMappingURL=TCheckbox.stories.d.ts.map