export const elementName: "frc-mecanum-drivebase"; export namespace elementConfig { namespace dashboard { const displayName: string; } namespace properties { namespace frontLeftMotorSpeed { const type: NumberConstructor; const attribute: string; } namespace frontRightMotorSpeed { const type_1: NumberConstructor; export { type_1 as type }; const attribute_1: string; export { attribute_1 as attribute }; } namespace rearLeftMotorSpeed { const type_2: NumberConstructor; export { type_2 as type }; const attribute_2: string; export { attribute_2 as attribute }; } namespace rearRightMotorSpeed { const type_3: NumberConstructor; export { type_3 as type }; const attribute_3: string; export { attribute_3 as attribute }; } } }