import type { GridRowId } from '../types'; import type { Collection, SortFn } from './types'; export declare function getSortedChildren(collection: Collection, parentId: null | GridRowId, sortFn: SortFn): GridRowId[]; //# sourceMappingURL=get-sorted-children.d.ts.map