import { IElement } from '../interface/exported';
export declare class MF {
private node;
private app;
count: number;
private $view;
constructor();
setRootApp(app: IElement): this;
start(node: Node): Promise<void>;
register(..._class: any[]): void;
}