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