import { CommandClause } from "@psdk/frame-father"; import { BasicCPCLArg } from "./basic"; export declare class CUnderLine extends BasicCPCLArg { private underline; constructor(options?: { /** * 是否下划线 */ underline?: boolean; }); clause(): CommandClause; header(): string; } //# sourceMappingURL=underline.d.ts.map