import { Theme } from "@skbkontur/react-ui/lib/theming/Theme";
export declare const jsStyles: {
    tableWrapper(): string;
    cell(): string;
    headerCell(): string;
    row(t: Theme): string;
    tableHeaderRow(t: Theme): string;
    container(): string;
    table(): string;
};
