import type { Selection } from "./interact.js"; export declare function projectFill(sourceValues: string[][], target: Selection, source: Selection): string[][];