import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const CommentFilled: React.MemoExoticComponent>; declare type CommentFilledRef = PathIconRef; declare type CommentFilledProps = PathIconProps; export { CommentFilled }; export type { CommentFilledRef, CommentFilledProps }; export default CommentFilled;