import React from "react"; interface GridCellsProps { height: number; } declare const _default: React.MemoExoticComponent<({ height }: GridCellsProps) => React.JSX.Element>; export default _default;