export const elementName: "frc-camera"; export namespace elementConfig { namespace dashboard { const displayName: string; } namespace properties { namespace fps { const type: NumberConstructor; const defaultValue: number; } namespace width { const type_1: NumberConstructor; export { type_1 as type }; const defaultValue_1: number; export { defaultValue_1 as defaultValue }; } namespace height { const type_2: NumberConstructor; export { type_2 as type }; const defaultValue_2: number; export { defaultValue_2 as defaultValue }; } namespace compression { const type_3: NumberConstructor; export { type_3 as type }; const defaultValue_3: number; export { defaultValue_3 as defaultValue }; } namespace hideCrosshair { const type_4: BooleanConstructor; export { type_4 as type }; export const attribute: string; } namespace crosshairColor { const type_5: StringConstructor; export { type_5 as type }; export namespace input { const type_6: string; export { type_6 as type }; } const attribute_1: string; export { attribute_1 as attribute }; const defaultValue_4: string; export { defaultValue_4 as defaultValue }; } namespace crosshairWidth { const type_7: NumberConstructor; export { type_7 as type }; const attribute_2: string; export { attribute_2 as attribute }; const defaultValue_5: number; export { defaultValue_5 as defaultValue }; } namespace streams { const type_8: ArrayConstructor; export { type_8 as type }; } namespace waitImage { const type_9: StringConstructor; export { type_9 as type }; export namespace input_1 { const type_10: string; export { type_10 as type }; } export { input_1 as input }; const attribute_3: string; export { attribute_3 as attribute }; } } }