import type { Doc } from "prettier"; import * as PrettierTypes from "./prettier-types"; export declare function printTikzArgument(path: PrettierTypes.AstPath, print: PrettierTypes.RecursivePrintFunc, options: any): Doc; //# sourceMappingURL=tikz.d.ts.map