import { EventEmitter } from '../../stencil-public-runtime';
/**
* A phone number input with integrated country code prefix selection and built-in phone number validation.
*
* Example
* ```
*
* ```
*
* @slot - Country code prefix content
* @slot popover - Popover element attached to the label area
*/
export declare class InputPhoneNumber {
host: HTMLRInputPhoneNumberElement;
/** Phone number value */
value?: string;
/** Specifies the `id` of the `