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