/// import type { ISection } from '../../types'; declare function ContentsSection({ ...props }: ISection): JSX.Element; export default ContentsSection;