export const elementName: "frc-robot-command"; export namespace elementConfig { namespace dashboard { const displayName: string; } namespace properties { namespace name { const type: StringConstructor; const defaultValue: string; } namespace running { const type_1: BooleanConstructor; export { type_1 as type }; export const changeEvent: string; } namespace controllable { const type_2: BooleanConstructor; export { type_2 as type }; } namespace isParented { const type_3: BooleanConstructor; export { type_3 as type }; export const attribute: string; } namespace label { const type_4: StringConstructor; export { type_4 as type }; } } }