import type { SVGProps } from "react"; export interface BatteryMediumIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function BatteryMediumIcon({ className, size, color, ...props }: BatteryMediumIconProps): import("react").JSX.Element; //# sourceMappingURL=battery-medium-icon.d.ts.map