import { Theme } from "@skbkontur/react-ui/lib/theming/Theme";
export declare const jsStyles: {
    content(): string;
    headerTitle(): string;
    headerCode(t: Theme): string;
    message(): string;
};
