import { FormFieldComponentProps } from '../../../lib/types/types';
declare const OptInComponent: ({ isErrored, isRequired, onChange, value, verificationService, }: FormFieldComponentProps) => JSX.Element;
export { OptInComponent };
