import { ContentType } from "../ContentType"; import { IContentType } from "../ContentType.interface"; export declare class Icon extends ContentType implements IContentType { constructor(jsonRaw: any); toHTML(): string; } //# sourceMappingURL=Icon.d.ts.map