export const elementName: "frc-gauge"; export namespace elementConfig { namespace dashboard { const displayName: string; } namespace properties { namespace min { const type: NumberConstructor; } namespace max { const type_1: NumberConstructor; export { type_1 as type }; export const defaultValue: number; } namespace value { const type_2: NumberConstructor; export { type_2 as type }; export const primary: boolean; } } }