import { NestedOptionHost } from 'devextreme-angular/core';
import { CollectionNestedOption } from 'devextreme-angular/core';
import * as i0 from "@angular/core";
export declare class DxiColComponent 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<DxiColComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
    static ɵcmp: i0.ɵɵComponentDeclaration<DxiColComponent, "dxi-col", never, { "baseSize": { "alias": "baseSize"; "required": false; }; "ratio": { "alias": "ratio"; "required": false; }; "screen": { "alias": "screen"; "required": false; }; "shrink": { "alias": "shrink"; "required": false; }; }, {}, never, never, false, never>;
}
export declare class DxiColModule {
    static ɵfac: i0.ɵɵFactoryDeclaration<DxiColModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<DxiColModule, [typeof DxiColComponent], never, [typeof DxiColComponent]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<DxiColModule>;
}
