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