export declare class PropertyStore { private static properties; static register(key: string, fx: (element: HTMLElement, value: any) => void): void; static setProperty(element: HTMLElement, key: string, value: any): void; } //# sourceMappingURL=PropertyStore.d.ts.map