import React from 'react'; declare const MAP: Record; export interface TopBarIconProps { name?: keyof typeof MAP; color?: React.CSSProperties['color']; children?: React.ReactNode; } export declare const TopBarIcon: import("@skbkontur/react-ui/lib/forwardRefAndName").ReactUIComponentWithRef & Record; export {};