import { TTitleProps } from "./types";
declare function Title({ yearFormat, monthFormat, className, style, }: TTitleProps): import("react/jsx-runtime").JSX.Element;
export default Title;
