/// declare type PropsT = { children: any; }; declare const MainContent: ({ children }: PropsT) => JSX.Element; export default MainContent;