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