import { type AppThemeValue } from './types'; export declare const ThemeCookie: { get: () => AppThemeValue | null; set: (value: AppThemeValue) => void; };