/// export declare const prefixCls: string; export declare const inputCls: 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>;