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