import { IconCollection, IconElement } from '../Icon'; export declare class IconUrlCollection implements IconCollection { readonly baseUrl: string; constructor(baseUrl: string); setup(element: IconElement): void; draw(element: IconElement): import("react").JSX.Element; }