import { EventEmitter } from '@angular/core'; export declare class SearchComponent { readonly label: string; readonly hasButton: boolean; readonly placeholder: string; readonly iconLeft: { name: string; size: string; }; text: string; readonly fireSearch: EventEmitter; readonly fireChange: EventEmitter; }