import React from 'react'; import Alert, { AlertProps } from '../../atoms/Alert/Alert'; type BannerProps = AlertProps; const Banner = (props: BannerProps) => { return ; }; export default Banner;