/// import { ICellRendererParams } from "ag-grid-community"; /** * This component is passed to AG-Grid and will be used to render loading indicator on row-level * * @param props * @constructor */ export declare const RowLoadingElement: (props: ICellRendererParams) => JSX.Element;