import { CSSProperties } from '../../preact/adapter.ts'; export interface LayoutAnalysisLayerProps { documentId: string; pageIndex: number; scale?: number; style?: CSSProperties; } export declare function LayoutAnalysisLayer({ documentId, pageIndex, scale: scaleOverride, style, }: LayoutAnalysisLayerProps): import("preact").JSX.Element | null;