import { IconProps } from '../lib';
declare function BatteryHigh({ weight, color, size, style }: IconProps): JSX.Element;
export default BatteryHigh;
