import { Theme } from "@skbkontur/react-ui/lib/theming/Theme";
export declare const jsStyles: {
    tableWrapper(): string;
    modalHeader(t: Theme): string;
    modalBody(t: Theme): string;
    header(): string;
    userMessage(): string;
    errorMessageWrap(): string;
    stackTraceContainer(): string;
    stackTrace(t: Theme): string;
    stackTraces(): string;
};
