import { CdkDragDrop } from '@angular/cdk/drag-drop'; import { OnInit } from '@angular/core'; import { ThemeService } from '../../../services/theme.service'; import { ElementDataRecordView, ElementService } from '../../service/element.service'; export declare class ParamsRecordviewFetchSQLComponent implements OnInit { elementSvr: ElementService; theme: ThemeService; hostClass: boolean; svr: ElementDataRecordView; constructor(elementSvr: ElementService, theme: ThemeService); options: any; dataColumns: boolean; startCheck: boolean; messageShow: boolean; ngOnInit(): void; genSQL(): void; rebuildColumns(): void; drop(event: CdkDragDrop): void; checkSQL(): void; }