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