import type { MitosisComponent } from '../../types/mitosis-component';
export declare const parseSvelte: (string_: string, path?: string) => Promise<MitosisComponent>;
