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