export declare class BiGridContainer { columns?: number; gap?: string; header?: string; render(): any; }