/// <reference types="react" />
import type { SanitizedCollectionConfig } from '../../../../../collections/config/types';
import type { SanitizedGlobalConfig } from '../../../../../exports/types';
export declare const SetStepNav: React.FC<{
    collection: SanitizedCollectionConfig;
    id: number | string;
    isEditing: boolean;
    view?: string;
} | {
    global: SanitizedGlobalConfig;
    view?: string;
}>;
//# sourceMappingURL=SetStepNav.d.ts.map