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