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