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