import type { ToggleContextValue } from './types';
export declare const ToggleContext: import("preact").Context<ToggleContextValue>;
