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