import type { DataGridPageProps } from "./DataGridPageProps";
/**
 * DataGrid page
 * @param props Props
 * @returns Component
 */
export declare function DataGridPage<T extends object, F>(props: DataGridPageProps<T, F>): import("react/jsx-runtime").JSX.Element;
