export declare function useMarkdown(text: string | undefined, enabled?: boolean): { __html: string; }; //# sourceMappingURL=useMarkdown.d.ts.map