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