/// declare const Section: ({ title, onExpand, children, noBorder }: { title: any; onExpand: any; children: any; noBorder: any; }) => JSX.Element; export default Section;