import { Content } from "../types.js"; export declare function shadowElement(view: () => Content): new () => HTMLElement;