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