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