import { MitosisComponent } from '../types/mitosis-component';
export declare function getComponentsUsed(json: MitosisComponent): Set<string>;
