type Context = { checkedValue?: string; onValueChange?: (value: string) => void; }; export declare const context: import('react').Context; export {};