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