import { PillManagerPillItem, RowProps } from '../pill-manager-types';
export declare function useAggregationSource(source: RowProps["pillSource"]): PillManagerPillItem[];
