import * as React from "react"; import type { SectionProps } from "./section.types"; declare function SectionComponent(props: SectionProps): React.JSX.Element; export default SectionComponent;