import { ModelComponent } from '../../infrastructure/component/model.component';
import { RootService } from '../../infrastructure/component/root.service';
export declare class ColumnListComponent extends ModelComponent {
columnListGeneration: string;
constructor(root: RootService);
}