import { mxCell, StyleMap } from 'mxgraph'; import MyGraph from './graph'; declare enum fontStyle { 'bold' = 1, 'italic' = 2, 'underline' = 4 } declare const _sfc_main: import("vue").DefineComponent<{ graph: { type: null; required: false; }; showFormat: { type: BooleanConstructor; required: true; default: boolean; }; handleGeomertyChange: { type: FunctionConstructor; required: false; }; handleStyleChange: { type: FunctionConstructor; required: false; }; }, { props: any; activeCells: import("vue").ShallowRef; initFormat: (graph: MyGraph) => void; getActiveCells: (graph: MyGraph) => void; positionModel: import("vue").Ref<{ width: number; height: number; rotate: number; x: number; y: number; }>; fonts: string[]; verticalLabelPosition: { label: string; value: string; }[]; labelPosition: { label: string; value: string; }[]; textModel: import("vue").Ref<{ fontFamily: string; fontSize: number; fontColor: string; bold: boolean; align: string; verticalLabelPosition: string; italic: boolean; underline: boolean; verticalAlign: string; }>; containerModel: import("vue").Ref<{ headerFontFamily: string; headerFontSize: number; headerFontColor: string; headerAlign: string; headerVerticalLabelPosition: string; headerVerticalAlign: string; strokeColor: string; fillColor: string; swimlaneFillColor: string; rounded: number; }>; fontStyle: typeof fontStyle; handlePropChange: (prop: string, value: number | string | [string[], (string | null)[]]) => void; handleGeomertyChange: (key: string, value: number) => void; getFontStyle: (num: number) => { bold: boolean; italic: boolean; underline: boolean; }; edgeStyles: Record; getEdgeStyles: (styles: StyleMap) => string; arrows: string[]; edgeConfig: import("vue").Ref<{ dashed: string; endArrow: string; startArrow: string; strokeColor: string; strokeWidth: number; edgeStyle: string; }>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, {}>; export default _sfc_main;