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