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