import { AnyWidget } from './construct'; export declare const TemplateNode: (selector: string) => (proto: AnyWidget, property: string) => void;