import AlertComponent from './Alert.web'; export default AlertComponent; export { AlertComponent as Alert }; export type { AlertProps, AlertIntentVariant, AlertType } from './types';