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