import React from "react";
import { IMainProps } from "./IProps";
declare const Main: React.FC<IMainProps>;
export default Main;
