import { AnyWidget } from './construct'; export declare const createComputedListener: (widget: any, info: any, updateDom: Function) => void; export declare const Computed: (...paths: string[]) => (proto: AnyWidget, method: string) => void;