import type { Components, JSX } from "../types/components"; interface OramaFooter extends Components.OramaFooter, HTMLElement {} export const OramaFooter: { prototype: OramaFooter; new (): OramaFooter; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;