import { KanbanTheme } from './theme'; export interface KanbanIndicatorProps { beforeId: string | null; column: string; className?: string; theme: KanbanTheme; } export declare const KanbanIndicator: ({ beforeId, column, className, theme }: KanbanIndicatorProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=KanbanDropIndicator.d.ts.map