import { DialogProps } from '@sanity/ui'; import React from 'react'; import type { Changelog } from '@sanity/base/_internal'; interface ChangelogDialogProps { changelog: Changelog; currentVersion: string; dialogProps: Omit; latestVersion: string; } export declare function ChangelogDialog(props: ChangelogDialogProps): React.JSX.Element; export {}; //# sourceMappingURL=ChangelogDialog.d.ts.map