export class TooltipReferenceValue {
    /**
     *
     * @param {string} type
     * @param {Object<String>} values
     */
    constructor(type: string, values: any);
    /**
     *
     * @type {string}
     */
    type: string;
    /**
     *
     * @type {Object<String>}
     */
    values: any;
}
//# sourceMappingURL=TooltipReferenceValue.d.ts.map