export declare class SyncScrollModel {
    absX: number;
    ratioVisible: number;
    relX: number;
    constructor();
}
