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