type SelectorType = {
    selector?: string;
    type: string;
};
/**
 * see https://html.spec.whatwg.org/multipage/indices.html#element-interfaces
 */
export declare const SelectorTypes: SelectorType[];
export declare function getExtendsTypeBySelector(selector?: string): string;
export {};
//# sourceMappingURL=tags.d.ts.map