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