export const elementName: "frc-chart-axis"; export namespace elementConfig { namespace dashboard { const topLevel: boolean; const displayName: string; } namespace properties { namespace axisId { const type: StringConstructor; const attribute: string; } namespace scaleType { const type_1: StringConstructor; export { type_1 as type }; const attribute_1: string; export { attribute_1 as attribute }; export const defaultValue: string; export namespace input { const type_2: string; export { type_2 as type }; export const allowCustomValues: boolean; export function getOptions(): string[]; export function getOptions(): string[]; } } namespace min { const type_3: NumberConstructor; export { type_3 as type }; const defaultValue_1: number; export { defaultValue_1 as defaultValue }; } namespace max { const type_4: NumberConstructor; export { type_4 as type }; const defaultValue_2: number; export { defaultValue_2 as defaultValue }; } namespace label { const type_5: StringConstructor; export { type_5 as type }; const defaultValue_3: string; export { defaultValue_3 as defaultValue }; } namespace tickValues { const type_6: ArrayConstructor; export { type_6 as type }; const attribute_2: string; export { attribute_2 as attribute }; export namespace input_1 { const type_7: string; export { type_7 as type }; } export { input_1 as input }; } namespace position { const type_8: StringConstructor; export { type_8 as type }; const defaultValue_4: string; export { defaultValue_4 as defaultValue }; export namespace input_2 { const type_9: string; export { type_9 as type }; const allowCustomValues_1: boolean; export { allowCustomValues_1 as allowCustomValues }; export function getOptions(): string[]; export function getOptions(): string[]; } export { input_2 as input }; } namespace hideGridLines { const type_10: BooleanConstructor; export { type_10 as type }; const attribute_3: string; export { attribute_3 as attribute }; } } }