export const elementName: "frc-control-panel"; export namespace elementConfig { namespace dashboard { const displayName: string; } namespace properties { namespace currentColor { const type: StringConstructor; const attribute: string; const primary: boolean; namespace input { const type_1: string; export { type_1 as type }; export const allowCustomValues: boolean; export function getOptions(): string[]; export function getOptions(): string[]; } } namespace desiredColor { const type_2: StringConstructor; export { type_2 as type }; const attribute_1: string; export { attribute_1 as attribute }; export namespace input_1 { const type_3: string; export { type_3 as type }; const allowCustomValues_1: boolean; export { allowCustomValues_1 as allowCustomValues }; export function getOptions(): string[]; export function getOptions(): string[]; } export { input_1 as input }; } namespace clockwise { const type_4: BooleanConstructor; export { type_4 as type }; } namespace duration { const type_5: NumberConstructor; export { type_5 as type }; export const defaultValue: number; } } }