import { LineChartProps } from './types'; export declare const draw: (node: HTMLElement | null, props: LineChartProps) => void;