/// import { SectionControlProps } from "./control.section.props"; /** * Schema form component definition */ declare function SectionControl(props: SectionControlProps): JSX.Element; export { SectionControl }; export default SectionControl;