import { TagCounts } from '../TagCounts.type.js';
import { AnySupport } from '../AnySupport.type.js';
export declare function processFirstTagResult(support: AnySupport, counts: TagCounts, appendTo: Element): AnySupport;
