export declare class StateStore { private elementStore; constructor(); storeAttributes(elements: HTMLElement[] | HTMLElement, attributes: string[]): void; revert(): void; }