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