import { member } from "../../../../core";
export interface ViewScaleInput {
    id?: string;
    persistentId?: string;
    updateOrder?: member<number>;
    Enabled?: member<boolean>;
    _activeVisual?: member<any>;
}
export declare function ViewScale(props: ViewScaleInput): any;
//# sourceMappingURL=ViewScale.d.ts.map