interface DraggableChipProps {
    title: string;
}
export declare const DraggableChip: (props: DraggableChipProps) => import("react").JSX.Element;
export {};
//# sourceMappingURL=DraggableChip.d.ts.map