export const elementName: "frc-urdf-viewer"; export namespace elementConfig { namespace dashboard { const displayName: string; const topLevel: boolean; } const description: string; namespace properties { namespace text { const type: StringConstructor; const primary: boolean; } namespace urdf { const type_1: StringConstructor; export { type_1 as type }; } namespace up { const type_2: StringConstructor; export { type_2 as type }; export const defaultValue: string; } namespace displayShadow { const type_3: BooleanConstructor; export { type_3 as type }; export const attribute: string; } namespace ambientColor { const type_4: StringConstructor; export { type_4 as type }; const defaultValue_1: string; export { defaultValue_1 as defaultValue }; const attribute_1: string; export { attribute_1 as attribute }; } namespace minDistance { const type_5: NumberConstructor; export { type_5 as type }; const defaultValue_2: number; export { defaultValue_2 as defaultValue }; const attribute_2: string; export { attribute_2 as attribute }; } namespace maxDistance { const type_6: NumberConstructor; export { type_6 as type }; const defaultValue_3: number; export { defaultValue_3 as defaultValue }; const attribute_3: string; export { attribute_3 as attribute }; } namespace robotX { const type_7: NumberConstructor; export { type_7 as type }; const attribute_4: string; export { attribute_4 as attribute }; } namespace robotY { const type_8: NumberConstructor; export { type_8 as type }; const attribute_5: string; export { attribute_5 as attribute }; } namespace robotZ { const type_9: NumberConstructor; export { type_9 as type }; const attribute_6: string; export { attribute_6 as attribute }; } namespace cameraX { const type_10: NumberConstructor; export { type_10 as type }; const attribute_7: string; export { attribute_7 as attribute }; } namespace cameraY { const type_11: NumberConstructor; export { type_11 as type }; const attribute_8: string; export { attribute_8 as attribute }; } namespace cameraZ { const type_12: NumberConstructor; export { type_12 as type }; const defaultValue_4: number; export { defaultValue_4 as defaultValue }; const attribute_9: string; export { attribute_9 as attribute }; } namespace autoRotate { const type_13: BooleanConstructor; export { type_13 as type }; const attribute_10: string; export { attribute_10 as attribute }; } namespace autoRotateSpeed { const type_14: NumberConstructor; export { type_14 as type }; const defaultValue_5: number; export { defaultValue_5 as defaultValue }; const attribute_11: string; export { attribute_11 as attribute }; } } const slots: { name: string; allowedChildren: string[]; }[]; const demos: { html: string; }[]; }