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