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