import React from 'react'; import { LiquidCalendarProps } from './LiquidCalendar.types'; declare const LiquidCalendar: React.FC; export default LiquidCalendar;