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