import { FC } from "react" import { MasterCardProps } from "./mastercard" declare const AlertMasterCard: FC export { AlertMasterCard } export default AlertMasterCard