import { NestedOptionHost } from 'devextreme-angular/core';
import { CollectionNestedOption } from 'devextreme-angular/core';
import * as i0 from "@angular/core";
export declare class DxiRowComponent extends CollectionNestedOption {
    get baseSize(): number | string;
    set baseSize(value: number | string);
    get ratio(): number;
    set ratio(value: number);
    get screen(): string | undefined;
    set screen(value: string | undefined);
    get shrink(): number;
    set shrink(value: number);
    protected get _optionPath(): string;
    constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
    ngOnDestroy(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<DxiRowComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
    static ɵcmp: i0.ɵɵComponentDeclaration<DxiRowComponent, "dxi-row", never, { "baseSize": "baseSize"; "ratio": "ratio"; "screen": "screen"; "shrink": "shrink"; }, {}, never, never>;
}
export declare class DxiRowModule {
    static ɵfac: i0.ɵɵFactoryDeclaration<DxiRowModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<DxiRowModule, [typeof DxiRowComponent], never, [typeof DxiRowComponent]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<DxiRowModule>;
}
