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