import { GraphInfo } from "./graphInfo";
export declare class BorderInfo {
    'left': GraphInfo;
    'right': GraphInfo;
    'top': GraphInfo;
    'bottom': GraphInfo;
    'roundedBorderRadius': number;
    static discriminator: any;
    static attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
    static getAttributeTypeMap(): {
        name: string;
        baseName: string;
        type: string;
    }[];
}
