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