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