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