import type { Meta, StoryObj } from '@storybook/react'; declare const meta: Meta; export default meta; type Story = StoryObj; export declare const AlignedCenter: Story; export declare const MixedSingleSelect: Story; export declare const MixedMultiSelect: Story; export declare const MixedSmallSingleSelect: Story; export declare const MixedSmallMultiSelect: Story; export declare const TestTypes: Story; export declare const TextAreaWithOthers: Story; export declare const DropDownTitleZIndex: Story; export declare const TogetherUnderAFlexBox: Story;