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