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