/// import { AttachmentDisplay } from "../gpml2pvjson"; export declare function ID(gpmlElement: any): any; export declare const $ID: (object: any) => string; export declare const DB: (object: any) => any; export declare const TITLE: (object: any) => any; export declare const SOURCE: (object: any) => any; export declare const YEAR: (x: any) => any; export declare const AUTHORS: (object: any) => any[]; export declare const BiopaxRef: (object: any) => string[]; export declare const Height: import("lodash").CurriedFunction1; export declare const Width: import("lodash").CurriedFunction1; export declare function CenterX(gpmlElement: any): number; export declare function CenterY(gpmlElement: any): number; export declare function Rotation(gpmlElement: any): number; export declare function LineStyle(gpmlElement: any): string; export declare const Author: (object: any) => any; export declare const DataSource: (object: any) => any; export declare const Email: (object: any) => any; export declare const Maintainer: (object: any) => any; export declare const Name: (object: any) => any; export declare const TextLabel: (object: any) => any; export declare function getTextDecorationFromGPMLElement(gpmlElement: any): string; export declare const Align: (object: any) => string; export declare const FontDecoration: typeof getTextDecorationFromGPMLElement; export declare const FontStrikethru: typeof getTextDecorationFromGPMLElement; export declare const FontStyle: (object: any) => string; export declare const FontWeight: (object: any) => string; export declare const Valign: (object: any) => string; export declare const Href: (object: any) => string; export declare function gpmlColorToCssColor(colorValue: any): any; export declare const Color: (object: any) => any; export declare function FillColor(gpmlElement: any): any; export declare function LineThickness(gpmlElement: any): any; export declare function ConnectorType(gpmlElement: any): string; export declare function Position(gpmlElement: any): AttachmentDisplay; export declare function RelX(gpmlElement: any): AttachmentDisplay;