import * as React from "react"; import type { FormElementProps } from "../.."; export declare const sectionClasses: { root: string; basicSection: string; fieldSetSection: string; tabSection: string; title: string; unstyledSection: string; description: string; }; /** * The component for the "Section" Form Element. */ declare const Section: React.ForwardRefExoticComponent & React.RefAttributes>; export default Section;