import { Common } from "elmer-common";
export declare class MDomModel extends Common {
    filterCheck(dom: HTMLElement, filter: string): boolean;
}
