import type { Dispatch } from 'react'; import type { IMasterDocumentAdapter, DocumentState } from '../adapter/MasterDocumentAdapter.types'; import type { FactBoxSectionTemplate } from '../template/MasterDocumentTemplate.types'; export declare function useFactBoxData(sections: FactBoxSectionTemplate[], adapter: IMasterDocumentAdapter, state: DocumentState, dispatch: Dispatch<{ type: 'SET_FACTBOX_DATA'; sectionKey: string; data: Record; }>): void; //# sourceMappingURL=useFactBoxData.d.ts.map