import { PreCodeNodeProps } from '../../types/component-props'; import { default as React } from 'react'; export declare function PreCodeNode({ node, className, diffInline, showLineNumbers, style }: PreCodeNodeProps): React.JSX.Element;