import { NativeElement } from '@nonoun/native-core'; /** * Search input wrapper for the command palette. * @fires native:input - Fired on keystroke with `{ value }` detail */ export declare class NCommandInput extends NativeElement { #private; setup(): void; teardown(): void; get inputElement(): HTMLInputElement | null; focus(options?: FocusOptions): void; clear(): void; } //# sourceMappingURL=command-input-element.d.ts.map