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