import { FC } from 'react'; declare function asyncComponent(component: FC): { augId: string; component: FC; }; export default asyncComponent;