import React from 'react'; import type { ManifestSectionListProps } from '../../../../types/manifest-list'; /*** Virtualizes manifest children grouped by explicit section identities and child counts. */ export declare const SectionList: (props: ManifestSectionListProps) => React.ReactElement | null; //# sourceMappingURL=SectionList.d.ts.map