import { type Manifest, type ThemeIcon } from '../../../../webpack-types';
export declare function iconFields(context: string, manifest: Manifest): Record<string, string | string[] | ThemeIcon[] | undefined>;
