import { TextFieldProps } from '@mui/material';
declare const UrlTextField: (props: TextFieldProps) => JSX.Element;
export default UrlTextField;
