import { SVGProps } from 'react'; export interface KanbanProps extends Omit, 'css'> { } export declare const Kanban: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;