export declare function createExtension(rootName: string): {
    oncreate(vnode: any): void;
    view(): any;
};
