/// <reference types="react" />
import type { Meta } from '@storybook/react';
import CreatableSelect from './CreatableSelect';
declare const meta: Meta<typeof CreatableSelect>;
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, {
    label?: string | undefined;
    createLabel?: string | undefined;
    error?: boolean | undefined;
    zIndexMenu?: number | undefined;
} & Omit<import("react-select/dist/declarations/src/Select").PublicBaseSelectProps<unknown, boolean, import("react-select").GroupBase<unknown>>, "onChange" | "value" | "onMenuOpen" | "onMenuClose" | "inputValue" | "menuIsOpen" | "onInputChange"> & Partial<import("react-select/dist/declarations/src/Select").PublicBaseSelectProps<unknown, boolean, import("react-select").GroupBase<unknown>>> & import("react-select/dist/declarations/src/useStateManager").StateManagerAdditionalProps<unknown> & import("react-select/dist/declarations/src/useCreatable").CreatableAdditionalProps<unknown, import("react-select").GroupBase<unknown>> & import("react").RefAttributes<import("react-select/dist/declarations/src/Select").default<unknown, boolean, import("react-select").GroupBase<unknown>>>>;
export declare const WithLabel: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, {
    label?: string | undefined;
    createLabel?: string | undefined;
    error?: boolean | undefined;
    zIndexMenu?: number | undefined;
} & Omit<import("react-select/dist/declarations/src/Select").PublicBaseSelectProps<unknown, boolean, import("react-select").GroupBase<unknown>>, "onChange" | "value" | "onMenuOpen" | "onMenuClose" | "inputValue" | "menuIsOpen" | "onInputChange"> & Partial<import("react-select/dist/declarations/src/Select").PublicBaseSelectProps<unknown, boolean, import("react-select").GroupBase<unknown>>> & import("react-select/dist/declarations/src/useStateManager").StateManagerAdditionalProps<unknown> & import("react-select/dist/declarations/src/useCreatable").CreatableAdditionalProps<unknown, import("react-select").GroupBase<unknown>> & import("react").RefAttributes<import("react-select/dist/declarations/src/Select").default<unknown, boolean, import("react-select").GroupBase<unknown>>>>;
export declare const Preselected: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, {
    label?: string | undefined;
    createLabel?: string | undefined;
    error?: boolean | undefined;
    zIndexMenu?: number | undefined;
} & Omit<import("react-select/dist/declarations/src/Select").PublicBaseSelectProps<unknown, boolean, import("react-select").GroupBase<unknown>>, "onChange" | "value" | "onMenuOpen" | "onMenuClose" | "inputValue" | "menuIsOpen" | "onInputChange"> & Partial<import("react-select/dist/declarations/src/Select").PublicBaseSelectProps<unknown, boolean, import("react-select").GroupBase<unknown>>> & import("react-select/dist/declarations/src/useStateManager").StateManagerAdditionalProps<unknown> & import("react-select/dist/declarations/src/useCreatable").CreatableAdditionalProps<unknown, import("react-select").GroupBase<unknown>> & import("react").RefAttributes<import("react-select/dist/declarations/src/Select").default<unknown, boolean, import("react-select").GroupBase<unknown>>>>;
export declare const WithError: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, {
    label?: string | undefined;
    createLabel?: string | undefined;
    error?: boolean | undefined;
    zIndexMenu?: number | undefined;
} & Omit<import("react-select/dist/declarations/src/Select").PublicBaseSelectProps<unknown, boolean, import("react-select").GroupBase<unknown>>, "onChange" | "value" | "onMenuOpen" | "onMenuClose" | "inputValue" | "menuIsOpen" | "onInputChange"> & Partial<import("react-select/dist/declarations/src/Select").PublicBaseSelectProps<unknown, boolean, import("react-select").GroupBase<unknown>>> & import("react-select/dist/declarations/src/useStateManager").StateManagerAdditionalProps<unknown> & import("react-select/dist/declarations/src/useCreatable").CreatableAdditionalProps<unknown, import("react-select").GroupBase<unknown>> & import("react").RefAttributes<import("react-select/dist/declarations/src/Select").default<unknown, boolean, import("react-select").GroupBase<unknown>>>>;
export declare const MenuPortal: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, {
    label?: string | undefined;
    createLabel?: string | undefined;
    error?: boolean | undefined;
    zIndexMenu?: number | undefined;
} & Omit<import("react-select/dist/declarations/src/Select").PublicBaseSelectProps<unknown, boolean, import("react-select").GroupBase<unknown>>, "onChange" | "value" | "onMenuOpen" | "onMenuClose" | "inputValue" | "menuIsOpen" | "onInputChange"> & Partial<import("react-select/dist/declarations/src/Select").PublicBaseSelectProps<unknown, boolean, import("react-select").GroupBase<unknown>>> & import("react-select/dist/declarations/src/useStateManager").StateManagerAdditionalProps<unknown> & import("react-select/dist/declarations/src/useCreatable").CreatableAdditionalProps<unknown, import("react-select").GroupBase<unknown>> & import("react").RefAttributes<import("react-select/dist/declarations/src/Select").default<unknown, boolean, import("react-select").GroupBase<unknown>>>>;
export default meta;
//# sourceMappingURL=CreatableSelect.stories.d.ts.map