import { FC, PropsWithChildren } from "react";
interface RightSectionProps {
}
declare const RightSection: FC<PropsWithChildren<RightSectionProps>>;
export default RightSection;
