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