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

declare const BatteryUnknown: ReactIconComponentType;
export default BatteryUnknown;
            