import type { Components, JSX } from "../types/components";

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