export const elementName: "frc-field-camera"; export namespace elementConfig { namespace dashboard { const displayName: string; const topLevel: boolean; namespace layout { namespace resizable { const horizontal: boolean; const vertical: boolean; } const movable: boolean; } } namespace properties { namespace x { const type: NumberConstructor; } namespace y { const type_1: NumberConstructor; export { type_1 as type }; } namespace rot { const type_2: NumberConstructor; export { type_2 as type }; } namespace unit { const type_3: StringConstructor; export { type_3 as type }; export const defaultValue: string; } namespace image { const type_4: StringConstructor; export { type_4 as type }; } namespace fov { const type_5: NumberConstructor; export { type_5 as type }; const defaultValue_1: number; export { defaultValue_1 as defaultValue }; } namespace range { const type_6: NumberConstructor; export { type_6 as type }; const defaultValue_2: number; export { defaultValue_2 as defaultValue }; } namespace seesTarget { const type_7: BooleanConstructor; export { type_7 as type }; export const attribute: string; } namespace targetDistance { const type_8: NumberConstructor; export { type_8 as type }; const attribute_1: string; export { attribute_1 as attribute }; } } }