import { ComponentMeta, ComponentStory } from '@storybook/react'; import { InputSelect } from 'lib'; interface InputSelectExport extends ComponentMeta { } interface InputSelectStory extends ComponentStory { } declare const _default: InputSelectExport; export default _default; export declare const Default: InputSelectStory; export declare const SelectComplete: InputSelectStory; export declare const SelectDisabled: InputSelectStory; export declare const SelectLoading: InputSelectStory; export declare const SelectMultiple: InputSelectStory; export declare const SelectMultipleSearchable: InputSelectStory; export declare const SelectSearchable: InputSelectStory; export declare const SelectVariantTertiary: InputSelectStory; export declare const SelectWithAlert: InputSelectStory; export declare const SelectWithLabel: InputSelectStory; export declare const SelectWithPlaceholder: InputSelectStory; export declare const SelectWithSelection: InputSelectStory; //# sourceMappingURL=input-select.stories.d.ts.map