export declare const BookError: import("element-vir").DeclarativeElementDefinition<"book-error", {
    message: string | ReadonlyArray<string>;
}, {}, {}, "book-error-", "book-error-", readonly []>;
