import { Config } from '../../../config.js'; import { Encoding } from '../../../encoding.js'; import { VgValueRef } from '../../../vega.schema.js'; import { UnitModel } from '../../unit.js'; 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