/// import { Select } from "./select.component"; declare const _default: { title: string; component: typeof Select; argTypes: { label: { control: { type: string; }; }; name: { control: { type: string; }; }; value: { control: { type: string; options: { label: string; value: string; }[]; }; }; size: { control: { type: string; options: string[]; }; }; layout: { control: { type: string; options: string[]; }; }; placeholder: { control: { type: string; }; }; choices: { control: { type: string; }; }; }; parameters: {}; }; export default _default; export declare const Sandbox: { (args: any): JSX.Element; args: { label: string; value: string; size: string; placeholder: string; choices: { label: string; value: string; }[]; }; }; export declare const Choicesjs: { (args: any): JSX.Element; args: { label: string; value: string; size: string; layout: string; placeholder: string; choices: { label: string; value: string; }[]; }; }; export declare const ChoicesjsPrefix: { (args: any): JSX.Element; args: { label: string; name: string; value: string; size: string; layout: string; placeholder: string; choices: { label: string; value: string; }[]; }; }; export declare const WithPrefix: { (args: any): JSX.Element; args: { label: string; value: string; size: string; placeholder: string; choices: { label: string; value: string; }[]; }; }; export declare const WithSuffix: { (args: any): JSX.Element; args: { label: string; value: string; size: string; placeholder: string; choices: { label: string; value: string; }[]; }; }; export declare const TypeMultiple: { (args: any): JSX.Element; args: { label: string; name: string; value: any[]; size: string; multiple: boolean; placeholder: string; description: string; choices: { label: string; value: string; }[]; }; }; export declare const ChoicesjsMultiple: { (args: any): JSX.Element; args: { label: string; value: any[]; size: string; multiple: boolean; layout: string; placeholder: string; choices: { label: string; value: string; }[]; }; }; export declare const Sizing: { (args: any): JSX.Element; args: { label: string; value: string; size: string; placeholder: string; description: string; choices: { label: string; value: string; }[]; }; };