declare const Layout: ({ uploaConfig, industrialLibrary }: { uploaConfig: any; industrialLibrary: any; }) => JSX.Element; export default Layout;