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