import { Config } from '../../../config'; import { Encoding } from '../../../encoding'; import { VgValueRef } from '../../../vega.schema'; import { UnitModel } from '../../unit'; export declare function text(model: UnitModel, channel?: 'text' | 'href' | 'url' | 'description'): Partial>; export declare function textRef(channelDef: Encoding['text' | 'tooltip'], config: Config, expr?: 'datum' | 'datum.datum'): VgValueRef; //# sourceMappingURL=text.d.ts.map