import { RegisterOptions } from 'react-hook-form'; import { CustomerSatisfactionInfo } from '@zeniai/client-epic-state'; export interface Props { name: string; value: CustomerSatisfactionInfo; registerOptions?: RegisterOptions; } declare const SatisfactionStatusField: ({ name, value, registerOptions }: Props) => import("react/jsx-runtime").JSX.Element; export default SatisfactionStatusField;