import { EntityActionMenuProps } from '../action_menu/EntityActionMenu';
export type EntityPageTitleBarProps = {
    entityId: string;
    versionNumber?: number;
    entityActionMenuProps?: EntityActionMenuProps;
    onActMemberClickAddConditionsForUse: () => void;
};
/**
 * The EntityPageTitleBar component is shown on every Entity page in Synapse, and shows an Entity's metadata and
 * provides controls to view and manipulate the Entity.
 */
export default function EntityPageTitleBar(props: EntityPageTitleBarProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=EntityPageTitleBar.d.ts.map