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