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