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