export const elementName: "frc-differential-drivebase"; export namespace elementConfig { namespace dashboard { const displayName: string; } namespace properties { namespace leftMotorSpeed { const type: NumberConstructor; const attribute: string; } namespace rightMotorSpeed { const type_1: NumberConstructor; export { type_1 as type }; const attribute_1: string; export { attribute_1 as attribute }; } } }