import type React from 'react'; import type { ISelectionInfo } from '../utils/selectionUtils'; interface IMarkdownSyntaxStatusProps { selectionInfo: ISelectionInfo | null; className?: string; } export declare const MarkdownSyntaxStatus: React.FC; export {}; //# sourceMappingURL=MarkdownSyntaxStatus.d.ts.map