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