import { CombinedRefs, InputPhoneProps } from "./InputPhone.types.js";
import * as _$react from "react";

//#region src/components/InputPhone/InputPhone.d.ts
declare const InputPhone: _$react.ForwardRefExoticComponent<InputPhoneProps & _$react.RefAttributes<CombinedRefs>>;
//#endregion
export { InputPhone };
//# sourceMappingURL=InputPhone.d.ts.map