import { type BookPage } from 'element-book';
import { type Theme } from '../create-theme/theme.js';
export declare function createThemeBookPages<TagName extends string>(theme: Readonly<Theme<TagName>>): ReadonlyArray<Readonly<BookPage>>;
