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