import { EdgeProperty } from '../EdgeProperty';
export declare class Obj extends EdgeProperty {
    constructor(data: any, options: any);
}
