import { EventEmitter, OnInit } from '@angular/core'; import { FormGroup } from '@angular/forms'; export declare class ScAdvSearchComponent implements OnInit { form: FormGroup; title: string; fields: any[]; resultChange: EventEmitter; constructor(); ngOnInit(): void; search(): void; } //# sourceMappingURL=sc-adv-search.component.d.ts.map