export declare function findElement(selector: string): HTMLElement | null; export declare function el(tag: K, attrs?: Partial & { [k: string]: unknown; }): HTMLElementTagNameMap[K]; export declare function injectStylesheet(id: string, css: string): void; export declare function appendToBody(element: HTMLElement): void;