export const ChartContext: React.Context; export function ChartContextProvider(plainProps: any): any; export namespace defaultProps { export namespace TimeBar { const x: string; const xScale: string; const xBandPadding: number; const timeParse: string; const timeFormat: string; const numberFormat: string; const height: number; const padding: number; const unit: string; const xUnit: string; const colorLegend: boolean; const xIntervalStep: number; const yAnnotations: any[]; const xAnnotations: any[]; const columns: number; const minInnerWidth: number; } export namespace Line { const x_1: string; export { x_1 as x }; const xScale_1: string; export { xScale_1 as xScale }; export const yScale: string; const timeParse_1: string; export { timeParse_1 as timeParse }; const timeFormat_1: string; export { timeFormat_1 as timeFormat }; const numberFormat_1: string; export { numberFormat_1 as numberFormat }; export const zero: boolean; const unit_1: string; export { unit_1 as unit }; export const startValue: boolean; export const endValue: boolean; export const endLabel: boolean; export const endDy: string; const minInnerWidth_1: number; export { minInnerWidth_1 as minInnerWidth }; const columns_1: number; export { columns_1 as columns }; const height_1: number; export { height_1 as height }; export const yNice: number; } export namespace Slope { const x_2: string; export { x_2 as x }; const xScale_2: string; export { xScale_2 as xScale }; const yScale_1: string; export { yScale_1 as yScale }; const timeParse_2: string; export { timeParse_2 as timeParse }; const timeFormat_2: string; export { timeFormat_2 as timeFormat }; const numberFormat_2: string; export { numberFormat_2 as numberFormat }; const zero_1: boolean; export { zero_1 as zero }; const unit_2: string; export { unit_2 as unit }; const startValue_1: boolean; export { startValue_1 as startValue }; const endValue_1: boolean; export { endValue_1 as endValue }; const endLabel_1: boolean; export { endLabel_1 as endLabel }; const endDy_1: string; export { endDy_1 as endDy }; const minInnerWidth_2: number; export { minInnerWidth_2 as minInnerWidth }; const columns_2: number; export { columns_2 as columns }; const height_2: number; export { height_2 as height }; const yNice_1: number; export { yNice_1 as yNice }; } export { defaultPropsBar as Bar }; export namespace Lollipop { export const barStyle: string; const columns_3: number; export { columns_3 as columns }; const minInnerWidth_3: number; export { minInnerWidth_3 as minInnerWidth }; const numberFormat_3: string; export { numberFormat_3 as numberFormat }; export const sort: string; } export namespace ScatterPlot { const x_3: string; export { x_3 as x }; export const y: string; const xScale_3: string; export { xScale_3 as xScale }; export const xShowValue: boolean; const yScale_2: string; export { yScale_2 as yScale }; export const yShowValue: boolean; export const opacity: number; const numberFormat_4: string; export { numberFormat_4 as numberFormat }; const colorLegend_1: boolean; export { colorLegend_1 as colorLegend }; export const paddingTop: number; export const paddingRight: number; export const paddingBottom: number; export const paddingLeft: number; export const size: string; export const sizeRangeMax: number; export const label: string; export const heightRatio: number; export const sizeShowValue: boolean; const columns_4: number; export { columns_4 as columns }; const minInnerWidth_4: number; export { minInnerWidth_4 as minInnerWidth }; export const annotations: any[]; } export { defaultPropsMap as GenericMap }; export namespace ProjectedMap { export function getProjection(): any; const numberFormat_5: string; export { numberFormat_5 as numberFormat }; const columns_5: number; export { columns_5 as columns }; const unit_3: string; export { unit_3 as unit }; const heightRatio_1: number; export { heightRatio_1 as heightRatio }; const colorLegend_2: boolean; export { colorLegend_2 as colorLegend }; export const colorLegendSize: number; export const colorLegendMinWidth: number; export const colorLegendPosition: string; export const points: boolean; export const pointAttributes: any[]; export const choropleth: boolean; export const missingDataColor: string; export const ignoreMissingFeature: boolean; export const feature: string; export const shape: string; const sizeRangeMax_1: number; export { sizeRangeMax_1 as sizeRangeMax }; const opacity_1: number; export { opacity_1 as opacity }; } export namespace SwissMap { export function getProjection_1(): any; export { getProjection_1 as getProjection }; const heightRatio_2: number; export { heightRatio_2 as heightRatio }; } export namespace Hemicycle { export const color: string; export const group: string; export const inlineLabelThreshold: number; const padding_1: number; export { padding_1 as padding }; export const colorMap: string; } export namespace Table { const numberFormat_6: string; export { numberFormat_6 as numberFormat }; export const tableColumns: any[]; } } import React from "react"; declare namespace defaultPropsBar { const barStyle_1: string; export { barStyle_1 as barStyle }; } declare namespace defaultPropsMap { export function getProjection_2(): any; export { getProjection_2 as getProjection }; } export {};