import { Component } from "./component"; import { OrientationEnum } from "../mmviz-common"; export declare class AreaComponentSvg extends Component { orientationEnum: OrientationEnum; constructor(parentSelector: string, selector?: string); updateView(parent: any, viewModel: any): AreaComponentSvg; }