export declare abstract class CAMTElement {
    protected element: Element | undefined;
    constructor(element: Element | undefined);
}
