import React from 'react';
import { AlertProps } from './interface';
declare const AlertComponent: React.ForwardRefExoticComponent<AlertProps & React.RefAttributes<unknown>>;
export default AlertComponent;
export { AlertProps };
