import React from 'react'; import { PlateLeafProps } from '@udecode/plate-common'; export declare function CodeSyntaxLeaf({ children, ...props }: PlateLeafProps): React.JSX.Element;