import { NehanElement } from "./public-api";
export declare class ReplacedElement {
    static isReplacedElement(element: NehanElement): boolean;
}
