import { EVariableType } from '../constants';
import { TFontIconType } from '../../../components/Common/FontIcon';
export declare const fontIconMapping: {
    [key in EVariableType]: TFontIconType;
};
