import { AttachmentDisplay } from "../gpml2pvjson"; export declare function ID(gpmlElement: any): any; export declare const $ID: any; export declare const DB: any; export declare const TITLE: any; export declare const SOURCE: any; export declare const YEAR: any; export declare const AUTHORS: any; export declare const BiopaxRef: any; export declare const Height: any; export declare const Width: any; 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: any; export declare const DataSource: any; export declare const Email: any; export declare const Maintainer: any; export declare const Name: any; export declare const TextLabel: any; export declare function getTextDecorationFromGPMLElement(gpmlElement: any): string; export declare const Align: any; export declare const FontDecoration: typeof getTextDecorationFromGPMLElement; export declare const FontStrikethru: typeof getTextDecorationFromGPMLElement; export declare const FontStyle: any; export declare const FontWeight: any; export declare const Valign: any; export declare const Href: any; export declare function gpmlColorToCssColor(colorValue: any): any; export declare const Color: 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;