import { OnChanges, SimpleChanges } from '@angular/core'; import { NamedQuery, NamedQueryTypes, YapDialogService } from '@onepoint-yap/dashboard'; import { SearchFulltextChange } from '../../search-fulltext/search-fulltext/search-fulltext.component'; import * as i0 from "@angular/core"; export declare class YapSaveQueryButtonComponent implements OnChanges { private yapDialog; editInProgress: boolean | null; currentEdit?: NamedQuery | null; currentEditType?: NamedQueryTypes | null; fulltextValid: boolean | null; multiValid: boolean | null; monoValid: boolean | null; isNotFulltext: boolean; isMonoSearch: boolean; fulltextSearch?: SearchFulltextChange; saveDisabled: boolean; constructor(yapDialog: YapDialogService); ngOnChanges(changes: SimpleChanges): void; openSaveQuery(): void; private getNQType; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }