import { type Emotion } from '../../lib/theming/ThemeHelpers.js'; export declare const getStyles: import("../../lib/theming/ThemeHelpers.js").StylesGetter<{ root(): string; widgetWrapper(): string; header(): string; headerText(): string; }>; interface CustomStyles { defaultHeight: (offsetTop: number) => string; customHeight: (value: string) => string; } export declare const getCustomStyles: ({ css }: Emotion) => CustomStyles; export {};