import * as i0 from "@angular/core"; export declare class GridLayoutComponent { horizontalAlign: "start" | "center" | "end" | "stretch"; verticalAlign: "top" | "middle" | "bottom" | "stretch"; rowGap: string | number; columnGap: string | number; rows: any[]; columns: any[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_rowGap: string | number | undefined; static ngAcceptInputType_columnGap: string | number | undefined; }