/// <reference types="react" />
export declare const prefixCls: string;
export declare const timePrefixCls: string;
export declare const shortcutCls: string;
export declare const footerCls: string;
export declare const SPopup: import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLElement> & {
    theme?: import("src/style").Theme | undefined;
} & import("react").RefAttributes<HTMLElement>>;
export declare const STime: import("react").ForwardRefExoticComponent<Pick<any, string | number | symbol> & import("react").RefAttributes<HTMLElement>>;
