/// <reference types="react" />
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;
type Size = 'sm' | 'md' | 'lg';
export declare const SwitchWrap: import("react").ForwardRefExoticComponent<{
    disabled?: boolean | undefined;
    checked?: boolean | undefined;
    size: Size;
} & import("react").HTMLAttributes<HTMLElement> & {
    theme?: import("src/style").Theme | undefined;
} & import("react").RefAttributes<HTMLElement>>;
export {};
