import { Box } from './box.js';
import { Document } from './document.js';
import { Frame } from './layout.js';
import { ImageBlock } from './text.js';
export declare function layoutImage(block: ImageBlock, box: Box, doc: Document): Frame;
