export declare class _$ { currentClass: string; styleObject: any; key: any; value: any; measure: any; constructor(className: string); shiftKey: (keys: any, func?: any) => any; shiftValue: (allowedValues: any, func?: any) => any; shiftMeasurement: (measurements: any) => void; returnStrongestMatch: (keysExistinClass: string[], idx?: number, currentStrongest?: string) => any; } export declare const stepThrough: (b: any) => _$;