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