import { CRowAlign, CRowJustify } from '../../types'; export declare class CRow { el: HTMLCRowElement; gap: number; nowrap: boolean; align: CRowAlign; justify: CRowJustify; componentDidLoad(): void; render(): any; }