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