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