/// import './Button_baseline.css'; export interface IButtonBaselineProps { /** * Выравнивание кнопки по базовой линии */ baseline?: boolean; } /** * Модификатор, отвечающий за выравнивание кнопки по базовой линии. * @param {IButtonBaselineProps} props */ export declare const withBaseline: { (WrappedComponent: import("react").ComponentType): (props: IButtonBaselineProps & 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; };