import type { SettingsContextValue } from './types';
export declare const SettingsContext: import("preact").Context<SettingsContextValue | undefined>;
