import { type Signal } from "@angular/core"; import type { injectSheetDomAccessor } from "./injectSheetDomAccessor"; export declare function injectSheetSelectRowIndicator(options: { domAccessor: ReturnType; selectedKeys: Signal; displayItems: Signal; trackByFn: Signal<(item: TItem, index: number) => TKey>; }): { redraw: () => void; }; //# sourceMappingURL=injectSheetSelectRowIndicator.d.ts.map