/// export declare const prefixCls: string; export declare const timePrefixCls: string; export declare const shortcutCls: string; export declare const footerCls: string; export declare const SWrap: import("react").ForwardRefExoticComponent<{ disabled?: boolean | undefined; } & import("react").HTMLAttributes & { theme?: import("../../../style").Theme | undefined; } & import("react").RefAttributes>; export declare const SPopup: import("react").ForwardRefExoticComponent & { theme?: import("../../../style").Theme | undefined; } & import("react").RefAttributes>; export declare const STime: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;