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