import { Meta } from '@storybook/react'; import { ComboBoxProps } from './types'; declare const meta: Meta; export default meta; export declare const Default: import("@storybook/csf").AnnotatedStoryFn; export declare const WithLoading: import("@storybook/csf").AnnotatedStoryFn; export declare const WithError: import("@storybook/csf").AnnotatedStoryFn; export declare const WithRecentSelections: import("@storybook/csf").AnnotatedStoryFn; export declare const WithCustomMatching: import("@storybook/csf").AnnotatedStoryFn; export declare const Disabled: import("@storybook/csf").AnnotatedStoryFn; export declare const WithoutClearButton: import("@storybook/csf").AnnotatedStoryFn; export declare const WithLongList: import("@storybook/csf").AnnotatedStoryFn; export declare const WithCustomStyles: import("@storybook/csf").AnnotatedStoryFn; export declare const WithNoOptions: import("@storybook/csf").AnnotatedStoryFn; export declare const WithDefaultValue: import("@storybook/csf").AnnotatedStoryFn; export declare const Required: import("@storybook/csf").AnnotatedStoryFn; export declare const Invalid: import("@storybook/csf").AnnotatedStoryFn; export declare const WithCustomAriaLabel: import("@storybook/csf").AnnotatedStoryFn; export declare const WithCustomRole: import("@storybook/csf").AnnotatedStoryFn; export declare const WithCustomTabIndex: import("@storybook/csf").AnnotatedStoryFn; export declare const WithTestId: import("@storybook/csf").AnnotatedStoryFn; export declare const WithMultipleSelection: import("@storybook/csf").AnnotatedStoryFn;