import { Box, BoxProps, useColorModeValue } from '@chakra-ui/react' import * as React from 'react' export const Placeholder = (props: BoxProps) => ( )