export declare const createLabelIdFactory: (idFactory?: (() => string) & { slug: () => string; isCuid: (cuid: string) => boolean; isSlug: (slug: string) => boolean; }) => { get(dataRowId: string): string; remove(dataRowId: string): boolean; };