import { Theme } from "@skbkontur/react-ui/lib/theming/Theme";
export declare const jsStyles: {
    root(): string;
    nothingToDisplay(t: Theme): string;
    fieldList(): string;
    field(): string;
    fieldContent(): string;
    selectAll(t: Theme): string;
};
