export interface Icon { key: string; type: string; value: string; } export declare enum IconType { MATERIAL = "material", SVG = "svg" }