type Manifest = Record; type ThemeIcon = { light?: string; dark?: string; size?: number; }; export declare function iconFields(context: string, manifest: Manifest): Record; export {};