import type { Grid, RowDataSource, RowFullWidthPredicate } from "../../+types";
export declare function getFullWidthCallback<T>(rds: RowDataSource<T>, predicate: RowFullWidthPredicate<T> | null, grid: Grid<T>): ((r: number) => boolean) | null;
