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