export declare class scaleModel { constructor(options: any); maxWidth: number; metric: boolean; imperial: boolean; updateWhenIdle: boolean; position: string; }