import React from 'react'; import './ButtonGroup_gap_m.css'; export interface ButtonGroupGapMProps { /** * Вертикальное позиционирование кнопока */ gap?: 'm'; } /** * Модификатор, делающий из ссылки псевдоссылку. * @param {ButtonGroupProps} props */ export declare const withGapM: { (WrappedComponent: React.ComponentType): (props: ButtonGroupGapMProps & K) => React.ReactElement React.ReactElement | null) | (new (props: any) => React.Component)>; __isSimple: boolean; __blockName: string; __mod: string; __value: string | number | boolean | undefined; __passToProps: boolean; };