import { MitosisComponent } from '../types/mitosis-component';
/**
 * Get props used in the components by reference
 */
export declare const getPropFunctions: (json: MitosisComponent) => string[];
