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