import type { MdRenderProps } from '../editor-md-types'; export declare function useEditorMdRender(props: MdRenderProps, emits: any): { previewRef: import("vue").Ref; renderService: any; onPreviewClick: (e: any) => void; setContainerContent: () => void; }; export declare function useMdRenderWatcher(props: MdRenderProps, renderService: any, setContainerContent: () => void): void;