import { Theme } from "@skbkontur/react-ui/lib/theming/Theme";
export declare const jsStyles: {
    modalHeader(t: Theme): string;
    modalBody(t: Theme): string;
    modalCaption(): string;
};
