import React from 'react'; export interface ChartFooterProps { children?: React.ReactNode; } export declare function ChartFooter(props: ChartFooterProps): JSX.Element;