export const elementName: "frc-boolean-box"; export namespace elementConfig { namespace dashboard { const displayName: string; } namespace properties { namespace value { const type: BooleanConstructor; const primary: boolean; } namespace trueColor { const type_1: StringConstructor; export { type_1 as type }; export namespace input { const type_2: string; export { type_2 as type }; } export const defaultValue: string; export const attribute: string; } namespace falseColor { const type_3: StringConstructor; export { type_3 as type }; export namespace input_1 { const type_4: string; export { type_4 as type }; } export { input_1 as input }; const defaultValue_1: string; export { defaultValue_1 as defaultValue }; const attribute_1: string; export { attribute_1 as attribute }; } namespace label { const type_5: StringConstructor; export { type_5 as type }; } } }