export const elementName: "frc-robot-subsystem"; export namespace elementConfig { namespace dashboard { const displayName: string; } namespace properties { namespace _default { const type: StringConstructor; } export { _default as default }; export namespace command { const type_1: StringConstructor; export { type_1 as type }; } export namespace hasCommand { const type_2: BooleanConstructor; export { type_2 as type }; export const attribute: string; } export namespace hasDefault { const type_3: BooleanConstructor; export { type_3 as type }; const attribute_1: string; export { attribute_1 as attribute }; } export namespace label { const type_4: StringConstructor; export { type_4 as type }; } export namespace name { const type_5: StringConstructor; export { type_5 as type }; } export namespace hideName { const type_6: BooleanConstructor; export { type_6 as type }; const attribute_2: string; export { attribute_2 as attribute }; } } }