export declare class NestTable { columns: { name: string; label: string; cls?: string; }[]; dataSource: any[]; render(): any; }