export declare function useParseCode(decodedCodeStr: string, jsLibsStr: string, cssLibsStr: string): { toggleExpand: () => boolean; parsedCode: import("vue").ComputedRef<{ js: string; css: string; html: string; jsLibs: any; cssLibs: any; }>; expand: import("vue").Ref; };