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