import { Context } from '../imports/Context.js'; import { Function } from '../imports/Function.js'; export declare class SearchField { constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean); getDisplayValue(): string; getLabel(): string; getName(): string; getValue(): string; setDisplayValue(displayValue?: string): void; setLabel(label?: string): void; setName(name?: string): void; setValue(value?: string): void; } //# sourceMappingURL=SearchField.d.ts.map