import { IconProps } from '../iconUtils'; export declare const BatteryChargingFull: import('react').MemoExoticComponent<(props: IconProps) => import('react').ReactElement>; export type BatteryChargingFullProps = IconProps; export default BatteryChargingFull;