import { DataBalance } from './data.balance';
export declare class DataRightBalance extends DataBalance {
    static type: string;
}
