import * as React from "react"; import type { FormElementProps } from "../.."; /** * The component for the "Horizontal Rule" Form Element. */ declare const HorizontalRule: React.ForwardRefExoticComponent & React.RefAttributes>; export default HorizontalRule;