import * as i0 from "@angular/core"; /** * F-Row */ export declare class FRowComponent { static readonly cmpName: string; layout: '1' | '1-1' | '1-1-1' | '1-2' | '2-1'; constructor(); get classes(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }