import { TCodeBlockElement } from 'platejs'; import { SlateElementProps, SlateLeafProps } from 'platejs/static'; export declare function CodeBlockElementStatic(props: SlateElementProps): import("react/jsx-runtime").JSX.Element; export declare function CodeLineElementStatic(props: SlateElementProps): import("react/jsx-runtime").JSX.Element; export declare function CodeSyntaxLeafStatic(props: SlateLeafProps): import("react/jsx-runtime").JSX.Element;