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