import { ZObject } from "../../objects/z_object"; /** * CustomGElementかどうか判定します。 * @param element * @returns */ export declare function isElementWithCustomElementAttribute(element: SVGElement): boolean; /** * ZObjectタグをCustomGElementに変換します。 * @param element * @returns */ export declare function convertFromElementToSVGGElementWithCustomElementAttribute(e: Element): void; export declare function convertFromElementWithCustomElementAttributeToGObject(id: string | SVGElement): ZObject | null;