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