import type { Meta, StoryFn } from '@storybook/react'; import type { ComboBoxProps, MenuProps } from '@pega/cosmos-react-core'; declare const _default: Meta; export default _default; interface ComboBoxStoryProps extends Pick { label?: ComboBoxProps['label']; labelHidden?: ComboBoxProps['labelHidden']; info?: ComboBoxProps['info']; placeholder?: ComboBoxProps['placeholder']; status?: ComboBoxProps['status']; required?: ComboBoxProps['required']; disabled?: ComboBoxProps['disabled']; readOnly?: ComboBoxProps['readOnly']; showAdditionalInfo?: boolean; createNew?: boolean; } export declare const FilterableSingleSelect: StoryFn; export declare const NonFilterableSingleSelect: StoryFn; export declare const FilterableMultiSelect: StoryFn; export declare const NonFilterableMultiSelect: StoryFn; export declare const FilterableMultiSelectSelectableParent: StoryFn; /** ______ _ _ _ _ _ ___ ___ _ _ _ _ _____ _ _ _ _ | ___(_) | | | | | | | \/ | | | | (_) | | / __ \ | (_) | | | | |_ _| | |_ ___ _ __ __ _| |__ | | ___| . . |_ _| | |_ _ ______| | __ _ _____ _| / \/ |__ _| | __| |_ __ ___ _ __ | _| | | | __/ _ \ '__/ _` | '_ \| |/ _ \ |\/| | | | | | __| |______| | / _` |_ / | | | | | '_ \| | |/ _` | '__/ _ \ '_ \ | | | | | || __/ | | (_| | |_) | | __/ | | | |_| | | |_| | | |___| (_| |/ /| |_| | \__/\ | | | | | (_| | | | __/ | | | \_| |_|_|\__\___|_| \__,_|_.__/|_|\___\_| |_/\__,_|_|\__|_| \_____/\__,_/___|\__, |\____/_| |_|_|_|\__,_|_| \___|_| |_| __/ | |___/ */ export declare const FilterableMultiSelectLazyChildren: StoryFn; export declare const MenuWithCreateNew: StoryFn; export declare const MenuWithListFetching: StoryFn; //# sourceMappingURL=ComboBox.stories.d.ts.map