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