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