import { SVGProps } from "react"; declare const SvgLike: (props: SVGProps) => JSX.Element; export default SvgLike;