export declare class Attributes { private substitutions; add(attribute: string): string; getSubstitutions(): { [key: string]: string; }; } //# sourceMappingURL=Attributes.d.ts.map