type tmonthProps = {
    children: React.ReactNode;
};
declare const Month: (props: tmonthProps) => import("react").JSX.Element;
export default Month;
