import { IconifyJSON } from '@iconify/types';
import { IconifyLoaderOptions } from './types.cjs';
import '@antfu/utils';
import '../customisations/defaults.cjs';

declare function searchForIcon(iconSet: IconifyJSON, collection: string, ids: string[], options?: IconifyLoaderOptions): Promise<string | undefined>;

export { searchForIcon };
