/// <reference types="react" />
import { CalendarSvgProps } from './types';
export declare const Calendar: ({ isInteractive, renderWrapper, theme, ...props }: CalendarSvgProps) => JSX.Element;
//# sourceMappingURL=Calendar.d.ts.map