import { Theme } from "@skbkontur/react-ui/lib/theming/Theme";
export declare const getStyles: import("@skbkontur/react-ui/lib/theming/Emotion").StylesGetter<{
    root(): string;
    schema(t: Theme): string;
    firstLetter(t: Theme): string;
    typeGroup(): string;
    indexed(): string;
    mutedKeyword(t: Theme): string;
}>;
