import { ContentArgs, ContentTheme } from "@mfgames-writing/contracts"; import * as liquid from "@mfgames-writing/liquid-theme"; export declare class GreekilTheme extends liquid.LiquidTheme { constructor(); getContentTheme(content: ContentArgs): ContentTheme; renderEmphasis(_: ContentArgs, text: string): string; renderBlockquote(content: ContentArgs, quote: string): string; renderRule(_: ContentArgs): string; } //# sourceMappingURL=GreekilTheme.d.ts.map