/// export declare const prefixCls: string; export declare const dotCls: string; export declare const onTipCls: string; export declare const offTipCls: string; export declare const innerCls: string; export declare const buttonCls: string; declare type Size = 'sm' | 'md' | 'lg'; export declare const SwitchWrap: import("react").ForwardRefExoticComponent<{ disabled?: boolean | undefined; checked?: boolean | undefined; size: Size; } & import("react").HTMLAttributes & { theme?: import("../../../style").Theme | undefined; } & import("react").RefAttributes>; export {};