import { F32 } from './F32'; import { DPT } from '../../enums'; /** KNX DPT 14.027 — Electric potential / voltage (V, 4-byte float). */ export declare class DPT_Value_Electric_Potential extends F32 { readonly type: DPT; readonly unit: string; } //# sourceMappingURL=DPT_Value_Electric_Potential.d.ts.map