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