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