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