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