export const elementName: "frc-bar"; export namespace elementConfig { namespace dashboard { const topLevel: boolean; const displayName: string; } namespace properties { namespace value { const type: NumberConstructor; } namespace min { const type_1: NumberConstructor; export { type_1 as type }; export const defaultValue: number; } namespace max { const type_2: NumberConstructor; export { type_2 as type }; const defaultValue_1: number; export { defaultValue_1 as defaultValue }; } namespace center { const type_3: NumberConstructor; export { type_3 as type }; } } }