import { PillManagerPillItem, RowProps } from '../pill-manager-types';
export declare function useRowGroupsSource(source: RowProps["pillSource"], dir?: "horizontal" | "vertical"): PillManagerPillItem[];
