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