import { ReactIconComponentType } from '../types';

declare const BatteryFull: ReactIconComponentType;
export default BatteryFull;
            