/// import './Textinput_pin_round-clear.css'; export interface ITextinputPinRoundClearProps { /** * Форма текстового поля. */ pin?: 'round-clear'; } /** * Модификатор, отвечающий за форму текстового поля. * Используется для группировки текстового поля с другими блоками, например, с кнопками. * @param {ITextinputPinRoundClearProps} props */ export declare const withPinRoundClear: { (WrappedComponent: import("react").ComponentType): (props: ITextinputPinRoundClearProps & 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; };