export declare const switchProps: { disabled: { type: BooleanConstructor; default: undefined; }; falseColor: { type: StringConstructor; }; falseImg: { type: StringConstructor; }; falseIconName: { type: StringConstructor; }; falseLabel: { type: StringConstructor; default: string; }; falseValue: { type: (StringConstructor | BooleanConstructor | NumberConstructor)[]; default: boolean; }; labelPosition: { type: any; validator: ((val: any) => boolean) | undefined; required: boolean; default: any; }; loading: { type: BooleanConstructor; default: boolean; }; loadingImg: { type: StringConstructor; }; loadingIconName: { type: StringConstructor; }; size: { type: any; validator: ((val: any) => boolean) | undefined; required: boolean; default: any; }; trueColor: { type: StringConstructor; }; trueImg: { type: StringConstructor; }; trueIconName: { type: StringConstructor; }; trueLabel: { type: StringConstructor; default: string; }; trueValue: { type: (StringConstructor | BooleanConstructor | NumberConstructor)[]; default: boolean; }; };