import type { Comment } from "@/types/const.types"; import "./index.css"; interface CommentMarkerProps { comment: Comment; isSelected: boolean; onSelectionChange: (comment: Comment | null) => void; } export declare function CommentMarker({ comment, isSelected, onSelectionChange, }: CommentMarkerProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=comment-marker.d.ts.map