import React from "react";
import type { UrlFieldProps } from "../types";
/**
 * This field lets you embed a link.It uses the {@link https://mui.com/material-ui/react-typography/#main-content `<Typography>` }
 * and {@link https://mui.com/material-ui/react-link/#main-content `<Link>`} components from Material UI.
 * You can pass a URL in its `value` property and you can show a text in its place by passing any `children`.
 *
 * @see {@link https://refine.dev/docs/api-reference/mui/components/fields/url} for more details.
 */
export declare const UrlField: React.FC<UrlFieldProps>;
//# sourceMappingURL=index.d.ts.map