/// import { Select } from './Select'; declare const meta: { component: typeof Select; title: string; decorators: ((...args: any) => any)[]; }; export default meta; export declare const defaultState: () => JSX.Element; export declare const preselectedValue: () => JSX.Element; export declare const disabled: () => JSX.Element; export declare const readonly: () => JSX.Element; export declare const withError: () => JSX.Element;