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