import React from 'react'; import { BaseInputProps } from '../BaseInput'; export interface UrlProps extends BaseInputProps { } export declare const Url: ({ dataHook, schema, initialValue, onChange, inputRef, }: UrlProps) => React.JSX.Element; //# sourceMappingURL=Url.d.ts.map