export const elementName: "frc-logger"; export namespace elementConfig { namespace dashboard { const displayName: string; } namespace properties { namespace title { const type: StringConstructor; const defaultValue: string; } namespace maxLogCount { const type_1: NumberConstructor; export { type_1 as type }; export const attribute: string; const defaultValue_1: number; export { defaultValue_1 as defaultValue }; } namespace debug { const type_2: StringConstructor; export { type_2 as type }; } namespace info { const type_3: StringConstructor; export { type_3 as type }; export const primary: boolean; } namespace success { const type_4: StringConstructor; export { type_4 as type }; } namespace warning { const type_5: StringConstructor; export { type_5 as type }; } namespace error { const type_6: StringConstructor; export { type_6 as type }; } namespace level { const type_7: StringConstructor; export { type_7 as type }; const defaultValue_2: string; export { defaultValue_2 as defaultValue }; export namespace input { const type_8: string; export { type_8 as type }; export const allowCustomValues: boolean; export function getOptions(): string[]; export function getOptions(): string[]; } } namespace disabled { const type_9: BooleanConstructor; export { type_9 as type }; } } }