export declare class Footer {
    /**
     * render footer html string
     *
     * @returns {string}
     */
    render(): string;
}
