interface PhoneInputProps { value: string; onChange: (value: string) => void; placeholder?: string; disabled?: boolean; className?: string; showCountryCode?: boolean; defaultCountry?: string; } export declare function PhoneInput({ value, onChange, placeholder, disabled, className, showCountryCode, defaultCountry, }: PhoneInputProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=phone-input.d.ts.map