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