import React from 'react'; import { Props } from '.'; declare const _default: { title: string; component: React.FC; }; export default _default; export declare const Default: (props: Props) => JSX.Element; export declare const MultilineOptions: (props: Props) => JSX.Element; export declare const Clearable: (props: Props) => JSX.Element; export declare const Multiselect: (props: Props) => JSX.Element; export declare const MultiselectMultiLine: (props: Props) => JSX.Element; export declare const Grouped: (props: Props) => JSX.Element; export declare const WithErrorMessage: (props: Props) => JSX.Element; export declare const WithPlaceholder: (props: Props) => JSX.Element; export declare const Disabled: (props: Props) => JSX.Element; export declare const DisabledWithValue: (props: Props) => JSX.Element; export declare const OverridingControlStyles: (props: Props) => JSX.Element; export declare const DarkMode: (props: Props) => JSX.Element; //# sourceMappingURL=Select.stories.d.ts.map