import { TemplateRef } from '@angular/core'; import { TextFieldComponent } from '../text-field/text-field.component'; import * as i0 from "@angular/core"; export declare class SearchComponent extends TextFieldComponent { placeholder: string; name: string; labelTemplate?: TemplateRef; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }