/// export declare const prefixCls: string; export declare const highlightCls: string; export declare const countCls: string; export declare const emptyTipCls: string; export declare const loadingCls: string; export declare const inputCls: string; export declare const emptyContentCls: string; export declare const SWrap: import("react").ForwardRefExoticComponent & { theme?: import("../../style").Theme | undefined; } & import("react").RefAttributes>; export declare const SHighlight: import("react").ForwardRefExoticComponent & { theme?: import("../../style").Theme | undefined; } & import("react").RefAttributes>;