import { default as React } from 'react'; type SectionProps = React.PropsWithChildren & { className?: string; }; declare const Section: React.FC; export { Section, type SectionProps };