/// <reference types="react" />
export declare const prefixCls: string;
export declare const contentCls: string;
export declare const SWrap: import("react").ForwardRefExoticComponent<{
    animated?: boolean | undefined;
    width?: string | number | undefined;
} & import("react").HTMLAttributes<HTMLDivElement> & {
    theme?: import("../../../style").Theme | undefined;
} & import("react").RefAttributes<HTMLDivElement>>;
