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