import { IPaste } from "../../"; export declare const useApplyPastes: (getKey: (row: TElement) => TKey) => (pastes: IPaste<{ element: TElement; subRow: TSubRow; }, TElement>[]) => TElement[];