import { F32 } from './F32'; import { DPT } from '../../enums'; /** KNX DPT 14.056 — Active power (W, 4-byte float). */ export declare class DPT_Value_Power extends F32 { readonly type: DPT; readonly unit: string; } //# sourceMappingURL=DPT_Value_Power.d.ts.map