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