export declare class NodeCaretView { down: boolean; self: HTMLElement; handleClick(event: UIEvent): void; componentWillLoad(): void; getChevronDown(): any; getChevronRight(): any; render(): any; }