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