import { h } from 'preact'; export interface HintLayerProps { documentId: string; } export declare const HintLayer: ({ documentId }: HintLayerProps) => h.JSX.Element | null; //# sourceMappingURL=hint-layer.d.ts.map