import { type PhoneInputProps } from "../..";
declare const PhoneInput: import("svelte").Component<PhoneInputProps<number>, {}, "">;
type PhoneInput = ReturnType<typeof PhoneInput>;
export default PhoneInput;
