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