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