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