import { Injector, ElementRef, OnInit } from '@angular/core'; import { OFormComponent } from '../../form/o-form.component'; import { OTranslateService } from '../../../services'; export declare const DEFAULT_INPUTS_O_COLUMN: string[]; export declare class OColumnComponent implements OnInit { protected form: OFormComponent; protected elRef: ElementRef; protected injector: Injector; static DEFAULT_INPUTS_O_COLUMN: string[]; oattr: string; protected _titleLabel: string; protected _elevation: number; protected defaultLayoutAlign: string; protected _layoutAlign: string; protected translateService: OTranslateService; constructor(form: OFormComponent, elRef: ElementRef, injector: Injector); ngOnInit(): void; getAttribute(): any; elevation: number; layoutAlign: string; hasTitle(): boolean; titleLabel: string; propagatePaddingToDOM(): void; propagateLayoutAligmentToDOM(): void; propagateElevationToDOM(): void; cleanElevationCSSclasses(): void; } export declare class OColumnModule { }