import { DataPower } from './data.power';
export declare class DataPowerIntensityFactor extends DataPower {
    static type: string;
    static unit: string;
}
