import { FormSegmentGroupProps } from './types'; import { FieldValues } from 'react-hook-form'; export declare const FormSegmentGroup: { (props: FormSegmentGroupProps): import("react/jsx-runtime").JSX.Element; displayName: string; };