import { forwardRef, SVGProps } from 'react'; export interface BoardProps extends Omit, 'css'> {} export const Board = forwardRef((props, ref) => ( )); Board.displayName = 'Board';