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