export declare class WheelSettings {
    frontAxle: AxleSettings;
    backAxle: AxleSettings;
}
export declare class AxleSettings {
    wheelMeshRadius: number;
    wheelWidth: number;
    wheelMeshOffsetSide: number;
    wheelRadius: number;
    wheelOffsetForward: number;
    wheelOffsetSide: number;
    static fromObject(obj: object): AxleSettings;
}
//# sourceMappingURL=axle-settings.d.ts.map