interface LayoutAnalysisLayerProps { documentId: string; pageIndex: number; scale?: number; class?: string; style?: string; } declare const LayoutAnalysisLayer: import('svelte', { with: { "resolution-mode": "import" } }).Component; type LayoutAnalysisLayer = ReturnType; export default LayoutAnalysisLayer;