import React from 'react'; import { ControlledAlertProps } from '../utils/ControlledAlert'; export declare type AlertProps = Omit & { onClose?: () => void; /** Whether the Alert is wrapped in a Collapse animation wrapper */ disableAnimation?: boolean; }; declare const _default: React.NamedExoticComponent; export default _default;