import type { TElement, TText } from '@udecode/plate-common'; type Props = { element: TElement | TText; }; export declare const PlateBlock: (props: Props) => import("solid-js").JSX.Element; export {}; //# sourceMappingURL=PlateBlock.d.ts.map