import { LazyCodeBlock } from "@prismicio/editor-ui"; import { type ComponentProps } from "react"; export declare function DeferredCodeBlock(props: ComponentProps): JSX.Element;