import { LookupRow, StaticLookupCall } from '../../index';
export declare class DummyLookupCall extends StaticLookupCall<number> {
    multiline: boolean;
    showText: boolean;
    constructor();
    protected _data(): any[];
    protected _dataToLookupRow(data: any[]): LookupRow<number>;
}
//# sourceMappingURL=DummyLookupCall.d.ts.map