import { Iconic } from '@dynamic-labs/iconic'; import { BrowserName } from '../../../types'; export declare const browserIconMap: Record; export declare const getBrowserIcon: (name: BrowserName) => Iconic;