import { ISectionProps } from "./types"; export declare const Section: (props: ISectionProps) => import("react/jsx-runtime").JSX.Element;