import React from 'react'; export type CatalogHistorySidebarProps = { entityKey: string; revision?: string; version?: string | null; className?: string; }; export declare function CatalogEntityHistorySidebar({ entityKey, revision, version, className }: CatalogHistorySidebarProps): React.ReactElement | null;