import NELiveDetection from '@Src/main/live-detection';
import { DomNode } from '@Src/main/utils/domNode';
export declare class Footer extends DomNode {
    private readonly neLiveDetection;
    iconTips: Array<[string, string]>;
    constructor(container: HTMLElement, neLiveDetection: NELiveDetection);
    initFooter(): void;
}
