import { MonthProps } from './month.type'; declare const Month: (props: MonthProps) => import("react/jsx-runtime").JSX.Element; export default Month; //# sourceMappingURL=month.d.ts.map