/** * The component wrapped the TextBox component with Search icon. * Some props in the TextBox component are not supported. */ export declare const SearchBox: import("react").ForwardRefExoticComponent & { normalizeFullWidth?: boolean; } & import("react").RefAttributes>;