import React from "react"; import { Select } from "./Select"; declare const _default: { title: string; component: typeof Select; decorators: ((Story: () => React.ReactNode) => JSX.Element)[]; parameters: { docs: { description: { component: string; }; }; }; }; export default _default; export declare const SelectStory: import("@storybook/csf").StoryAnnotations; export declare const SelectSearchStory: import("@storybook/csf").StoryAnnotations; export declare const SelectDisabledStory: import("@storybook/csf").StoryAnnotations; export declare const SelectLoadingStory: import("@storybook/csf").StoryAnnotations; export declare const SelectInvalidStory: import("@storybook/csf").StoryAnnotations; export declare const SelectMultiselectStory: import("@storybook/csf").StoryAnnotations; export declare const OptionStory: import("@storybook/csf").StoryAnnotations; export declare const ComplexSelectStory: import("@storybook/csf").StoryAnnotations; export declare function SelectWithCheckbox(): JSX.Element;