export declare type ScalableType = 'UNKNOWN' | 'NOT_SCALABLE' | 'RATIO_SCALABLE' | 'STRETCH_SCALABLE';
