import type { IconProps } from '../types/index'; declare function SvgKanban(iconProps: IconProps): JSX.Element; declare namespace SvgKanban { var displayName: string; } export default SvgKanban;