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