import { FC } from 'react';
import { AlertProps } from '../type';
declare const AlertContainer: FC<AlertProps & {
    onAnimationEnd?: (visible: boolean) => void;
}>;
export default AlertContainer;
//# sourceMappingURL=AlertContainer.d.ts.map