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