import React from 'react'; export interface IVeltCommentsMinimapProps { position?: string; targetScrollableElementId?: string; } declare const VeltCommentsMinimap: React.FC; export default VeltCommentsMinimap;