import { type BlockBackgroundVariant } from "../BlockBackground"; export type DataBlockProps = Omit, "title"> & Readonly<{ title?: React.ReactNode; background?: BlockBackgroundVariant; }>; export declare const DataBlock: ({ title, background, children, className, ...rest }: DataBlockProps) => import("react").JSX.Element; //# sourceMappingURL=DataBlock.d.ts.map