import React from 'react'; import type { ListSectionProps } from '../../../../types/list'; /*** Section wrapper for lists with optional ZORA section-heading semantics. */ export declare const ListSection: (props: ListSectionProps) => React.ReactElement | null; //# sourceMappingURL=ListSection.d.ts.map