import { CommandClause } from "@psdk/frame-father"; import { BasicCPCLArg } from "./basic"; import { CFont } from "../types"; export declare class CMag extends BasicCPCLArg { private font; constructor(options?: { /** * 字体 */ font?: CFont; }); clause(): CommandClause; header(): string; } //# sourceMappingURL=mag.d.ts.map