import type { AboutPromptbookInformationOptions } from './aboutPromptbookInformation'; /** * Props for about promptbook information. */ type AboutPromptbookInformationProps = AboutPromptbookInformationOptions; /** * Provide information about Promptbook, engine version, book language version, servers, ... * * @public exported from `@promptbook/components` */ export declare function AboutPromptbookInformation(props: AboutPromptbookInformationProps): import("react/jsx-runtime").JSX.Element; export {};