export declare enum IconTypeEnum {
    MATERIAL_ICON = "MATERIAL_ICON",
    FONT_AWESOME = "FONT_AWESOME"
}
