import { LogicTable } from "./logic_table"; import { LogicTree } from "./logic_tree"; import { LogicGraph } from "./logic_graph"; import { SVGSVGOptionReteral, SVGSVGReteral } from "./gobject_reterals"; export declare class LogicSVGSVG { items: (LogicGraph | LogicTree | LogicTable)[]; option: SVGSVGOptionReteral; constructor(_option?: SVGSVGOptionReteral); toReteral(): SVGSVGReteral; static createDefaultSVGSVG(): LogicSVGSVG; }