import { NIcon } from '../../types';
interface IIconUrls {
    [iconSize: string]: string;
}
export declare const getIconUrlList: ({ prefix, suffix }: NIcon.IIcon) => IIconUrls;
export {};
