import type { IconProps } from '../../types';
export declare const IconUrl: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
export default IconUrl;
