import type { collectionViewType } from '../../../views/collections/Edit/Routes/CustomComponent';
import type { DocumentTabConfig } from './types';
export declare const tabs: Record<collectionViewType, DocumentTabConfig & {
    order?: number;
}>;
//# sourceMappingURL=tabs.d.ts.map