import React from 'react';
import type { InternalAgGridReactProps } from '../shared/interfaces';
export declare const AgGridReactUi: <TData>(props: InternalAgGridReactProps<TData>) => React.JSX.Element;
