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