import { IconifyLoaderOptions } from "./types.js";
import { IconifyJSON } from "@iconify/types";
declare function searchForIcon(iconSet: IconifyJSON, collection: string, ids: string[], options?: IconifyLoaderOptions): Promise<string | undefined>;
export { searchForIcon };