import { MitosisComponent } from '../types/mitosis-component';
export declare const getRefs: (json: MitosisComponent, refKey?: string) => Set<string>;
