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