import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const Bell: import("svelte").Component; type Bell = ReturnType; export default Bell; //# sourceMappingURL=bell.svelte.d.ts.map