import { FC } from 'react'; declare const BastBatteryIndicator: FC<{ percent: number; isCharging?: boolean; }>; export { BastBatteryIndicator };