/// <reference types="react" />
export declare const prefixCls: string;
export declare const IconWrap: import("react").ForwardRefExoticComponent<{
    spin?: boolean | undefined;
} & import("react").HTMLAttributes<HTMLElement> & {
    theme?: import("src/style").Theme | undefined;
} & import("react").RefAttributes<HTMLElement>>;
