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