import { EventEmitter } from '@angular/core'; import '@arclux/arc-ui/search'; import * as i0 from "@angular/core"; export declare class Search { private readonly _el; set value(value: string); get value(): string; set placeholder(value: string); get placeholder(): string; set label(value: string); get label(): string; set disabled(value: boolean); get disabled(): boolean; set loading(value: boolean); get loading(): boolean; set open(value: boolean); get open(): boolean; valueChange: EventEmitter; _onArcInput(event: CustomEvent): void; _onArcChange(event: CustomEvent): void; _onArcSelect(event: CustomEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }