import { BaseConfig } from "../../BaseConfig"; import { FooterPanel as BaseFooterPanel } from "../uv-shared-module/FooterPanel"; export declare class FooterPanel extends BaseFooterPanel { constructor($element: JQuery); create(): void; resize(): void; }