import React from "react";
export type SectionProps = React.HTMLAttributes<HTMLElement>;
export declare const Section: ({ children, className, ...restProps }: SectionProps) => React.JSX.Element;
export default Section;
