export declare const useComponentContext: (path: string) => { value: any; onValueChange: (newValue: any) => void; };