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