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