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