import type { Meta, StoryFn } from '@storybook/react'; import type { SelectProps } from '@pega/cosmos-react-core'; declare const _default: Meta; export default _default; interface SelectStoryProps extends SelectProps { showAction: boolean; showAdditionalInfo?: boolean; } export declare const SelectDemo: StoryFn; interface ConfigurableSelectProps { height?: string; padding?: string; borderColor?: string; borderWidth?: string; borderRadius?: string; } export declare const ConfigurableSelect: StoryFn; //# sourceMappingURL=Select.stories.d.ts.map