import { AlertProps } from './alert.types'; declare function Alert(props: AlertProps): JSX.Element; export default Alert;