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