export interface SwitchContextValue { a11yMode: boolean; } export declare const SwitchContext: import("react").Context;