import { ElementRef, OnInit } from '@angular/core'; export declare class FarrisRowDirective implements OnInit { private el; type: string; gutter: number; justify: string; align: string; /** * xs={ * justify:'start', * align:'start' * } */ xs: any; sm: any; md: any; lg: any; xl: any; readonly respClass: string; isRow: boolean; nativeClass: string; constructor(el: ElementRef); ngOnInit(): void; getJustifyClass(): string; getAlignClass(): string; getBreakpointClass(): string; getGutterClass(): " " | " no-gutters"; }