import { MitosisNode } from '../types/mitosis-node';
/**
 * This node is a component, vs a plain html tag (<Foo> vs <div>)
 */
export declare const isComponent: (json: MitosisNode) => boolean;
