/// import { AxisDomain, AxisOptions, ReferenceAreaWithPercents } from './model'; export declare function renderAxis(axis: 'x' | 'y', options: AxisOptions, domain: AxisDomain, domainPoints: any[], hasOutliers: boolean, isBar?: boolean): JSX.Element; export declare function renderReferenceAxis(axis: 'x' | 'y', referenceAreas: ReferenceAreaWithPercents[]): JSX.Element;