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