import type { ResolvedUiContextCaptureClientOptions } from '../options'; export type AppearanceConfig = ResolvedUiContextCaptureClientOptions['appearance']; export declare function applyTheme(element: HTMLElement, appearance: AppearanceConfig): void;