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