import React from "react"; interface Props { data: any; fixed?: boolean; rowHeights?: number[]; } declare const MemoizedComponent: React.NamedExoticComponent; export default MemoizedComponent;