export default class RevealAttributes { static install(target: HTMLElement, mask?: any): any; static add(target: HTMLElement, now?: number): void; static remove(target: HTMLElement, now?: number): void; static addAll(target: HTMLElement): void; static removeAll(target: HTMLElement): void; } //# sourceMappingURL=RevealAttributes.d.ts.map