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