import type { IconProps } from './icon.context.js'; declare const PinOffIcon: import("svelte").Component; type PinOffIcon = ReturnType; export default PinOffIcon;