import * as React from 'react'; import type { SVGProps } from 'react'; declare const Kanban: (props: SVGProps) => React.JSX.Element; export default Kanban;