import { MindElement } from '../interfaces/element'; export declare const isNormalizedData: (element: MindElement) => boolean; export declare const isNormalizedWidthAndHeight: (element: MindElement) => boolean; export declare const fixMindElementData: (element: MindElement) => void; export declare const fixMindElementWidthAndHeight: (element: MindElement) => void;