import { SimpleIcon } from '../types/simple_icon'; export declare const fetchSimpleIcons: ({ slugs }: { slugs: string[]; }) => Promise<{ simpleIcons: Record; allIcon: Record; }>;