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