import { TableSettings, TableOptions } from "@/types/table.types";
export declare class Table {
    private options;
    private appElement;
    constructor(element: HTMLElement, options?: TableOptions);
    setBackground(): void;
    private createOverlayGradient;
    private createVignetteGradient;
    updateBackground(newOptions: Partial<TableOptions>): void;
    getBackgroundSettings(): TableSettings;
}
//# sourceMappingURL=table.d.ts.map