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