import { AlertProps, Alert, AlertIcon } from '@chakra-ui/react' export const AlertInfo = (props: AlertProps) => ( {props.children} )