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