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