import React from "react"; interface Props { size?: string; } declare function InstagramCardCommentsIcon(props: React.SVGProps & Props): JSX.Element; declare namespace InstagramCardCommentsIcon { var componentName: string; } export default InstagramCardCommentsIcon;