import m from 'mithril';
import { SVGAttributes } from '../../svg';
declare const ChartArea: m.Component<SVGAttributes>;
export default ChartArea;
