/// <reference types="react" />
declare const Main: (props: any) => JSX.Element;
export default Main;
