import { Theme } from "@skbkontur/react-ui/lib/theming/Theme";
export declare const baseSize = 5;
export declare const jsStyles: {
    commonLayout(t: Theme): string;
    withArrow(): string;
    topRightTools(): string;
    headerContent(): string;
    headerTitle(): string;
    content(): string;
    headerWrapper(): string;
    header(): string;
    borderBottom(t: Theme): string;
    backLink(): string;
    backLinkIcon(t: Theme): string;
    loader(): string;
};
