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