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