import React from 'react'; export type PlaceholderFallbackRenderProps = { id: string; content: HTMLElement[]; }; export declare const PlaceholderFallbackRender: ({ id, content, }: PlaceholderFallbackRenderProps) => React.JSX.Element; //# sourceMappingURL=render.d.ts.map