import { InputSubmitContent } from '@/types'; import type { PhoneNumberInputOptions } from '@leapchat.io/schemas'; type PhoneInputProps = Pick & { defaultValue?: string; onSubmit: (value: InputSubmitContent) => void; }; export declare const PhoneInput: (props: PhoneInputProps) => import("solid-js").JSX.Element; export {}; //# sourceMappingURL=PhoneInput.d.ts.map