import type { ConsentPolicy } from '../shared'; import type { PhoneFieldProps } from '../../PhoneField'; export interface ConsentPhoneFieldProps extends Omit { /** * The policy for which user consent is being collected for. * * `sms-marketing`: Represents the policy for SMS marketing consent. */ policy?: ConsentPolicy; }