import { AfterContentInit, ElementRef, EventEmitter, OnInit, QueryList } from '@angular/core'; import { ColComponent } from 'ngx-vant/col'; import * as i0 from "@angular/core"; export declare type RowType = 'flex' | ''; export declare type RowAlign = 'top' | 'center' | 'bottom'; export declare type RowJustify = 'start' | 'end' | 'center' | 'space-around' | 'space-between'; export declare class RowComponent implements OnInit, AfterContentInit { private el; clos: QueryList | undefined; type: RowType; justify: RowJustify; align: RowAlign; gutter: string | number; readonly click: EventEmitter; constructor(el: ElementRef); onClick(e: MouseEvent): void; ngAfterContentInit(): void; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }