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