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