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