/// import { LikeProps } from './interface'; import './index.less'; export declare const LikeText: (props: LikeProps) => JSX.Element; export default function Like(props: LikeProps): JSX.Element;