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