import { LayoutProps } from "./elements";
import { BookLayoutView } from "./model";
export declare function getLayoutView(props: LayoutProps): BookLayoutView;
