import { FC } from "react";
type Props = {};
declare const CurrentYear: FC<Props>;
export default CurrentYear;
