import { Theme } from "@skbkontur/react-ui/lib/theming/Theme"; export declare const getStyles: import("@skbkontur/react-ui/lib/theming/Emotion").StylesGetter<{ tableWrapper(): string; cell(): string; headerCell(): string; row(t: Theme): string; tableHeaderRow(t: Theme): string; container(): string; table(): string; }>;