import { Description } from "./Description"; import { WebSplitPaneDescription } from "./WebSplitPaneDescription"; import { Type } from "./type"; /** * @hidden */ export declare class WebFloatingPaneResizeEventArgsDetailDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; private static __marshalByValue; private static __marshalByValueAlias; constructor(); private k; get sourcePane(): WebSplitPaneDescription; set sourcePane(a: WebSplitPaneDescription); private o; get resizerLocation(): string; set resizerLocation(a: string); }