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