export declare class Dom {
    static instance: Dom;
    private constructor();
    static getInstance(): Dom;
    isHidden(el: HTMLElement): boolean;
}
