import { ReactNode } from 'react'; export declare const prefixCls: string; export declare const inputCls: string; export declare const loadingIconCls: string; export declare const popupWrapCls: string; export declare const menuCls: string; export declare const SWrap: import("react").ForwardRefExoticComponent<{ block?: boolean | undefined; } & import("react").HTMLAttributes & { theme?: import("../../../style").Theme | undefined; } & import("react").RefAttributes>; export declare const PopupWrap: import("react").ForwardRefExoticComponent<{ loading?: boolean | undefined; indicator?: ReactNode; } & import("react").HTMLAttributes & { theme?: import("../../../style").Theme | undefined; } & import("react").RefAttributes>;