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