export const elementName: "frc-field-robot"; 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 width { const type: NumberConstructor; const defaultValue: number; } namespace height { const type_1: NumberConstructor; export { type_1 as type }; const defaultValue_1: number; export { defaultValue_1 as defaultValue }; } namespace unit { const type_2: StringConstructor; export { type_2 as type }; const defaultValue_2: string; export { defaultValue_2 as defaultValue }; export namespace input { const type_3: string; export { type_3 as type }; export function getOptions(): string[]; export function getOptions(): string[]; export const allowCustomValues: boolean; } } namespace image { const type_4: StringConstructor; export { type_4 as type }; } namespace color { const type_5: StringConstructor; export { type_5 as type }; export namespace input_1 { const type_6: string; export { type_6 as type }; } export { input_1 as input }; const defaultValue_3: string; export { defaultValue_3 as defaultValue }; } namespace pose { const type_7: ArrayConstructor; export { type_7 as type }; export const primary: boolean; } } }