import { VPhoneCountryInputComponent, VPhoneInputCountryObject, VPhoneInputPluginOptions } from '../types';
/**
 * Injection key for VPhoneInput options.
 *
 * @internal
 */
export declare const V_PHONE_INPUT_INJECTION_KEY: unique symbol;
/**
 * Inject VPhoneInput options.
 *
 * @internal
 */
export default function injectPhoneInputPluginOptions<Country extends VPhoneInputCountryObject = VPhoneInputCountryObject, CountryInputComponent extends VPhoneCountryInputComponent = VPhoneCountryInputComponent>(): VPhoneInputPluginOptions<Country, CountryInputComponent>;
