import { MitosisComponent } from '../types/mitosis-component';
export declare const getChildComponents: (json: MitosisComponent) => string[];
