/** An enum for ExternalPower. */ export declare const DeviceComponentDetailsExternalPower: { readonly AvailableCharging: "AVAILABLE_CHARGING"; readonly AvailableNotInUse: "AVAILABLE_NOT_IN_USE"; readonly Unavailable: "UNAVAILABLE"; readonly AvailableInsufficient: "AVAILABLE_INSUFFICIENT"; }; export type DeviceComponentDetailsExternalPower = (typeof DeviceComponentDetailsExternalPower)[keyof typeof DeviceComponentDetailsExternalPower];