import markdownit from 'markdown-it';
export declare function useMarkdown(): {
    md: markdownit;
    render: (content: string) => string;
};
