import React from 'react'; export type GridFooterRowProps = { height: number; }; export declare const GridFooterRow: React.MemoExoticComponent<({ height }: GridFooterRowProps) => React.JSX.Element>; //# sourceMappingURL=grid-footer-row.d.ts.map