import React from "react";
import { ISectionProps } from "./IProps";
declare const Section: React.FC<ISectionProps>;
export default Section;
