import * as React from "react"; import type { ProseProp } from "../../props/components/data-display.prop.js"; export type { ProseProp, ProseProp as ProseProps }; export declare const Prose: React.ForwardRefExoticComponent, HTMLDivElement>, "ref">, keyof ProseProp> & React.RefAttributes>;