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