import type { BookEditorProps } from './BookEditor';
/**
 * Renders a book editor
 *
 * @public exported from `@promptbook/components`
 */
export declare function BookEditorForClient(props: BookEditorProps): import("react/jsx-runtime").JSX.Element;
