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