/// import { TSectionContext } from './Section.types'; export declare const useSectionContext: () => TSectionContext; export declare const SectionContextProvider: ({ section, children }: { section: any; children: any; }) => JSX.Element;