import { DataDistance } from './data.distance';
export declare class DataStepLength extends DataDistance {
    static type: string;
}
