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