export declare const switchFieldArgTypes: { className: { type: { summary: string; }; description: string; }; hasAutoFocus: any; helperText: { control: { type: any; }; type: { summary: any; }; description: string; }; hintText: { control: { type: any; }; type: { summary: any; }; description: string; }; id: { control: { type: any; }; type: { summary: any; }; description: string; }; isDefaultSelected: any; isDisabled: any; isReadOnly: any; isRequired: any; isSelected: { control: { type: string; }; type: { summary: any; }; description: string; }; label: { control: { type: any; }; type: { summary: any; }; description: string; }; name: { control: { type: any; }; type: { summary: any; }; description: string; }; onBlur: any; onChange: any; onFocus: any; onFocusChange: any; onKeyDown: any; onKeyUp: any; value: { control: { type: any; }; type: { summary: any; }; description: string; }; status: { control: { type: string; options: any; }; description: string; }; }; export declare const switchFieldArgs: { label: string; value: string; status: any; };