import type { FC } from 'react'; import { Props } from './types'; export declare const Month: FC;