interface Props { size?: number; [key: string]: any; } declare const IconCurrencyPound: import("svelte").Component; type IconCurrencyPound = ReturnType; export default IconCurrencyPound;