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