export declare function InputSelectionUI(props: { onSelect: (data: string) => void; placeholder: string; name: string; type: string; errorMessage?: (input: string) => string | undefined; emptyErrorMessage?: string; submitButtonText: string; format?: "phone"; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=InputSelectionUI.d.ts.map