import { BreakdownItemCardProps } from './types';
/**
 * BreakdownItemCard displays a selected breakdown with:
 * - Field icon (dimension or time dimension)
 * - Field title or full name
 * - Granularity dropdown (for time dimensions)
 * - Sort toggle button (visible on hover, or always visible when sorted)
 * - Remove button (visible on hover)
 * - Drag handle for reordering
 */
declare const BreakdownItemCard: import('react').NamedExoticComponent<BreakdownItemCardProps>;
export default BreakdownItemCard;
