import { ComponentType } from 'react'; import { CommentsPanelProps } from './CommentsPanel.types'; declare const CommentsPanel: ComponentType; export default CommentsPanel; export { CommentsProvider, useComments, CommentsContext } from './CommentsContext'; //# sourceMappingURL=index.d.ts.map