import type { RowDataSource } from "../../+types";
export declare const emptyRowDataSource: RowDataSource<any>;
