/// import { Config } from '../config'; export declare function CreateBranchDuringUpdateDialog(props: { branchOid: string; onCreate: (branchName: string) => void; onDismiss: () => void; reason: string; }): JSX.Element; declare function ItemPageWrapper(props: { collection: string; itemSlug: string; config: Config; basePath: string; }): JSX.Element; export { ItemPageWrapper as ItemPage };