import { IconProps } from '../lib';
declare function BatteryWarning(props: IconProps): JSX.Element;
export default BatteryWarning;
