/// <reference types="react" />
import SvgIcon from 'src/components/SvgIcon';
import { InputProps } from '../Input';
export declare const prefixCls: string;
export declare const focusedCls: string;
export declare const disabledCls: string;
export declare const blockCls: string;
export declare const inputWrapCls: string;
export declare const inputPrefixCls: string;
export declare const inputSuffixCls: string;
export declare const clearCls: string;
export declare const SearchIcon: import("@emotion/styled-base").StyledComponent<Pick<any, string | number | symbol> & import("react").RefAttributes<SvgIcon>, Pick<Pick<any, string | number | symbol> & import("react").RefAttributes<SvgIcon>, string | number | symbol>, object>;
export declare const SWrap: import("react").ForwardRefExoticComponent<Pick<InputProps, "status" | "customStyle" | "disabled" | "isShadowInput"> & Required<Pick<InputProps, "size">> & {
    focused: boolean;
    empty: boolean;
} & import("react").HTMLAttributes<HTMLSpanElement> & {
    theme?: import("src/style").Theme | undefined;
} & import("react").RefAttributes<HTMLSpanElement>>;
