import { StoryObj } from '@storybook/react-vite'; declare const meta: { title: string; argTypes: { as: { description: string; table: { defaultValue: { summary: string; }; type: { summary: string; }; }; }; type: { description: string; table: { type: { summary: string; }; }; }; label: { description: string; table: { type: { summary: string; }; }; }; description: { description: string; table: { type: { summary: string; }; }; }; value: { description: string; table: { type: { summary: string; }; }; }; checked: { description: string; table: { type: { summary: string; }; }; }; validation: { description: string; table: { type: { summary: string; }; }; }; count: { description: string; table: { type: { summary: string; }; }; }; options: { description: string; table: { type: { summary: string; }; }; }; prefix: { description: string; table: { type: { summary: string; }; }; }; suffix: { description: string; table: { type: { summary: string; }; }; }; helpText: { description: string; table: { type: { summary: string; }; }; }; helpTextLabel: { description: string; table: { type: { summary: string; }; }; }; "data-nofilter": { description: string; table: { type: { summary: string; }; }; }; selected: { description: string; table: { type: { summary: string; }; }; }; onSelectedChange: { description: string; table: { type: { summary: string; }; }; }; }; decorators: ((Story: import('storybook/internal/csf').PartialStoryFn) => import("react").JSX.Element)[]; }; export default meta; type Story = StoryObj; export declare const Default: Story; export declare const React: Story; export declare const Required: Story; export declare const Indeterminate: Story; export declare const Toggles: Story; export declare const WithValidation: Story; export declare const WithValidationForm: Story; export declare const WithAffixes: Story; export declare const WithCharacterCount: Story; export declare const WithCustomDescriptionTag: Story; export declare const WithSuggestion: Story; export declare const WithSuggestionMultiple: Story; export declare const WithSuggestionMultipleInside: Story; export declare const WithSuggestionCreatable: Story; export declare const WithSuggestionNoResults: Story; export declare const WithSuggestionAPI: Story; export declare const WithSuggestionCustomFilter: Story; export declare const ReactWithSuggestion: Story; export declare const ReactWithSuggestionWithChildren: Story; export declare const ReactWithSuggestionMultiple: Story; export declare const ReactWithSuggestionMultipleInside: Story; export declare const ReactWithSuggestionCreatable: Story; export declare const ReactWithSuggestionLong: Story; export declare const ReactWithSuggestionCustomFilter: Story;