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