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