import React from 'react'; import { FiltersMap } from '@wix/bex-core'; import { KanbanCardProps } from '../Kanban/Card'; import { KanbanState } from '../../state/KanbanState'; export interface KanbanDraggableCardItemProps { children: React.ComponentType>; id: string; cardProps: KanbanCardProps; state: KanbanState; } declare function _KanbanDraggableCardItem(props: KanbanDraggableCardItemProps): React.JSX.Element; export declare const KanbanDraggableCardItem: typeof _KanbanDraggableCardItem & { displayName: string; }; export {}; //# sourceMappingURL=KanbanDraggableCardItem.d.ts.map