import { MMELFigure } from '../../../serialize/interface/supportinterface'; import { EditorNode } from '../../editormodel'; import { UndoReducerInterface } from '../interface'; import { ModelAction } from '../model'; import { ItemAction } from './itemTemplate'; declare type command = 'figure'; declare type ownType = MMELFigure; export declare type FigAction = ItemAction & { cascade?: ModelAction[]; }; export declare function useFigure(x: Record): UndoReducerInterface, FigAction>; export declare function cascadeCheckFigure(elms: Record, action: FigAction): ModelAction[] | undefined; export {}; //# sourceMappingURL=figure.d.ts.map