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