import React from 'react'; type HelpSectionProps = { title?: string; }; declare const HelpSection: React.FC>; export default HelpSection;