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