/// 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 & { theme?: import("../../../style").Theme | undefined; } & import("react").RefAttributes>;