import { PreCodeNodeProps } from '../../types/component-props'; export declare function PreCodeNode({ node }: PreCodeNodeProps): import("react/jsx-runtime").JSX.Element;