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<HTMLElement> & {
    theme?: import("src/style").Theme | undefined;
} & import("react").RefAttributes<HTMLElement>>;
export declare const PopupWrap: import("react").ForwardRefExoticComponent<{
    loading?: boolean | undefined;
    indicator?: ReactNode;
} & import("react").HTMLAttributes<HTMLElement> & {
    theme?: import("src/style").Theme | undefined;
} & import("react").RefAttributes<HTMLElement>>;
