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