import * as React from "react"; import type { DefinitionPropertyField } from '@formitiva/core'; import type { BaseInputProps } from '@formitiva/core'; /** * UrlInput component */ export type UrlInputProps = BaseInputProps; declare const _default: React.NamedExoticComponent; export default _default; //# sourceMappingURL=UrlInput.d.ts.map