import { MuiIconComponentName } from "./MuiIconComponentName"; export declare function createGetIconUrl(params: { BASE_URL: string; }): { getIconUrlByName: (muiIconComponentName: MuiIconComponentName) => string; getIconUrl: { (muiComponentNameOrUrl: string): string; (muiComponentNameOrUrl: string | undefined): string | undefined; }; };