import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { DeviceComponentDetailsExternalPower } from "./DeviceComponentDetailsExternalPower"; export declare const DeviceComponentDetailsBatteryDetails: core.serialization.ObjectSchema; export declare namespace DeviceComponentDetailsBatteryDetails { interface Raw { visible_percent?: (number | null | undefined) | null; external_power?: DeviceComponentDetailsExternalPower.Raw | null; } }