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