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