import * as React from 'react'; import { SwallowProps } from './SwallowContainer'; declare type Props = SwallowProps; declare const NotFoundSwallow: React.FC; export default NotFoundSwallow;