/// <reference types="react" />
import { CalendarMonthPathProps } from './types';
export declare const CalendarMonthPath: import("react").MemoExoticComponent<({ path, borderWidth, borderColor }: CalendarMonthPathProps) => JSX.Element>;
//# sourceMappingURL=CalendarMonthPath.d.ts.map