import type { Components, JSX } from "../types/components"; interface RuxIconDriveEta extends Components.RuxIconDriveEta, HTMLElement {} export const RuxIconDriveEta: { prototype: RuxIconDriveEta; new (): RuxIconDriveEta; };