import * as React from 'react'; import { IMarkdownTableCellProps } from './MarkdownTable.types'; export declare class MarkdownCellBase extends React.PureComponent { render(): JSX.Element; } export declare const MarkdownCell: React.FunctionComponent;