import { CalendarResourceDo, LookupRow, StaticLookupCall } from '../index';
export declare class CalendarResourceLookupCall extends StaticLookupCall<string> {
    resources: CalendarResourceDo[];
    constructor();
    setResources(resources: CalendarResourceDo[]): void;
    protected _data(): any[];
    protected _dataToLookupRow(data: any[], index?: number): LookupRow<string>;
}
//# sourceMappingURL=CalendarResourceLookupCall.d.ts.map