/// <reference types="react" />
import "handsontable/dist/handsontable.full.min.css";
declare type Props = {
    version?: string | null;
};
export default function CompareVersions({ version }: Props): JSX.Element;
export {};
