import type { SVGProps } from "react"; export interface BrightnessDownIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function BrightnessDownIcon({ className, size, color, ...props }: BrightnessDownIconProps): import("react").JSX.Element; //# sourceMappingURL=brightness-down-icon.d.ts.map