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