import { OnChanges, SimpleChanges, AfterViewInit } from "@angular/core"; import * as i0 from "@angular/core"; export declare class FlexComponent implements OnChanges, AfterViewInit { alignment: string; justify: string; direction: string; mobileRow: boolean; wrap: boolean; spacing: string; container: any; didInit: boolean; ngAfterViewInit(): void; ngOnChanges(changes: SimpleChanges): void; setMargin(): void; get align(): "" | "center" | "baseline" | "flex-start" | "flex-end" | "stretch"; get justification(): "" | "center" | "flex-start" | "flex-end" | "stretch" | "space-around" | "space-between"; get flexDirection(): "" | "column" | "row"; get flexWrap(): "wrap" | "nowrap"; get flexMargin(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }