import {chakra, HTMLChakraProps, useColorModeValue} from '@chakra-ui/system' import * as React from 'react' export const Link = (props: HTMLChakraProps<'a'>) => ( )