import type { Ref, ReactElement } from 'react'; import type { ShadowlistCommands, SectionListProps } from './types'; declare const SectionList: (props: SectionListProps & { ref?: Ref; }) => ReactElement; export default SectionList; //# sourceMappingURL=SectionList.d.ts.map