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