import React from 'react'; import type { ModalSectionProps } from './types'; declare function ModalSection(props: ModalSectionProps): React.JSX.Element | null; export default ModalSection; //# sourceMappingURL=ModalSection.d.ts.map