type DragPreviewProps = ({ variant?: 'regular'; } | { variant?: 'card'; src: string; }) & { value: string; count?: number; }; declare function DragPreview(props: DragPreviewProps): import("react/jsx-runtime").JSX.Element; export { DragPreview }; export type { DragPreviewProps };