import React from "react"; import { Alert as NAlert, IAlertProps } from "native-base"; export const Alert: React.FC = (props) => { return ; }; export default Alert;