import React from 'react'; import { PlaceholderProps } from '@udecode/plate-common'; export declare const Placeholder: (props: PlaceholderProps) => any; export declare const withPlaceholder: (Component: any, props: PlaceholderProps) => (childrenProps: import("@udecode/plate-common").PlateRenderElementProps) => React.JSX.Element; export declare const withPlaceholdersPrimitive: (components: any, options: import("@udecode/plate-common").CreateHOCOptions | import("@udecode/plate-common").CreateHOCOptions[]) => any; export declare const withPlaceholders: (components: any) => any;