import type { ReactElement } from 'react';
export declare const getSectionById: (sections: any, id: any) => string | number | ReactElement<any, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | import("react").ReactPortal;
export declare const extractSectionIdFromHtmlId: (id: string) => string;
