import { CascadeContextValue } from './types';

export declare const CascadeContext: import('react').Context<CascadeContextValue | undefined>;
