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