import React from 'react';
export interface Brightness7Props {
    size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | number;
    color?: string;
    className?: string;
    style?: React.CSSProperties;
}
export declare const Brightness7: React.FC<Brightness7Props>;
//# sourceMappingURL=Brightness7.web.d.ts.map