import type { FC, HTMLProps } from 'react' import { classNames } from '../index' export const Box: FC> = (props) => { return ( ) }