import { MitosisComponent } from '../types/mitosis-component';
export declare const hasComponent: (name: string, json: MitosisComponent) => boolean;
