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