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