/// import { SectionLinkControlProps } from "./control.section-link.props"; /** * Form control definition */ declare function SectionLinkControl(props: SectionLinkControlProps): JSX.Element; export { SectionLinkControl }; export default SectionLinkControl;