export declare const Rimmel_Bind_Subtree: (node: Element) => void;
export declare const removeListeners: (node: Element) => void;
/**
 * Main callback triggered when an element is added to the DOM
 * Here is where we start the data binding process
 */
export declare const Rimmel_Mount: MutationCallback;
//# sourceMappingURL=data-binding.d.ts.map