import { RenderContext, Svg, SvgProperties, SvgOutProperties, InProperties, WithSignal } from '@pmndrs/uikit'; export declare class SquareDashedKanbanIcon extends Svg { constructor(inputProperties?: InProperties, initialClasses?: Array, config?: { renderContext?: RenderContext; defaultOverrides?: InProperties; defaults?: WithSignal; }); } export declare const SquareDashedKanban: typeof SquareDashedKanbanIcon;