/// <reference types="react" />
import { UrlProps } from './types';
export declare function Url({ children, url, urlParts, ...props }: UrlProps): JSX.Element;
//# sourceMappingURL=Url.d.ts.map