import type { Field } from 'payload'; /** * Creates a virtual breadcrumbs field that generates the breadcrumbs based on the documents parents. * * It is not stored in the database, because this would not automatically reflect changes in the parent(s) slug(s). */ export declare function breadcrumbsField(): Field;