import { IconProps } from '../Icon'; declare function SvgComment(props: IconProps): JSX.Element; export default SvgComment;