import { MitosisComponent } from '../../types/mitosis-component';
/**
 * Convert <Context.Provider /> to hooks formats by mutating the
 * MitosisComponent tree
 */
export declare function extractContextComponents(json: MitosisComponent): void;
