import * as bytemd from 'bytemd'; import { FC } from 'react'; export interface ViewerProps extends bytemd.ViewerProps { } export declare const Viewer: FC;