/// <reference types="react" />
import type { Features } from './types';
export declare const FeaturesContext: import("react").Context<Features | undefined>;
