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