import type { AboutPromptbookInformationOptions } from '../../utils/misc/aboutPromptbookInformation';
/**
 * Browser-safe Promptbook information used by `BookEditor`.
 *
 * The shared `AboutPromptbookInformation` component renders markdown through the
 * chat markdown pipeline, which has a server-side JSDOM sanitizer path. Keeping
 * this component plain JSX prevents BookEditor from pulling JSDOM into client
 * bundles.
 *
 * @private Internal component used by `BookEditorActionbar`
 */
export declare function BookEditorAboutPromptbookInformation(props?: AboutPromptbookInformationOptions): import("react/jsx-runtime").JSX.Element;
