export * as node from "./src/node";
export * as utility from "./src/utility";
export * as dispose from "./src/dispose";
export * as animations from "./src/animation";
export declare const register: {
    components: any[];
    directives: any[];
    use: (node: any, type: string) => any;
};
