/** * Updates the property of an element. * @param $element * @param key * @param value */ export declare function setProperty($element: HTMLElement, key: string, value: unknown): void;