export interface FieldGroupListContextValue { depth: number; ancestorIndices: number[]; isAncestorHighlighted: boolean; } declare const FieldGroupListContext: import("react").Context; export default FieldGroupListContext; //# sourceMappingURL=FieldGroupListContext.d.ts.map