import { Brush } from "./Brush";
import { Type } from "./type";
/**
 * @hidden
 */
export interface IIcon {
    fill: Brush;
    svgPath: string;
}
/**
 * @hidden
 */
export declare let IIcon_$type: Type;
