export declare function useThirdComponent(): {
    loadThirdComponents: (configFilePath?: string) => Promise<Record<string, any>>;
    globalStorageKey: string;
};
/**
 * 富文本编辑器的资源路径
 */
export declare const globalRichTextEditorAssetsPath: {
    key: string;
    value: string;
};
