import { IJaenSectionItem } from '../../../types'; export declare function useSectionData(sectionName: string, options?: { forceUpdate?: boolean; }): { data: { fieldName: string; items: IJaenSectionItem[]; ptrHead: string | null; ptrTail: string | null; position: number; props: object; }; sectionPath: { fieldName: string; sectionId?: string | undefined; }[]; };