import { MitosisComponent } from '../../../types/mitosis-component';
/**
 * Find event handlers that explicitly call .preventDefault() and
 * add preventdefault:event
 * https://qwik.builder.io/tutorial/events/preventdefault
 */
export declare function addPreventDefault(json: MitosisComponent): void;
