/// import './Textinput_view_search-arrow.css'; export interface TextinputViewSearchArrowProps { /** * Стилевое оформление текстового поля. */ view?: 'search-arrow'; } /** * Модификатор, отвечающий за стилевое оформление текстового поля. * @param {TextinputViewSearchArrowProps} props * */ export declare const withViewSearchArrow: { (WrappedComponent: import("react").ComponentType): (props: TextinputViewSearchArrowProps & K) => import("react").ReactElement import("react").ReactElement | null) | (new (props: any) => import("react").Component)>; __isSimple: boolean; __blockName: string; __mod: string; __value: string | number | boolean | undefined; __passToProps: boolean; };