/// <reference types="react" />
import { FeedLikeProps } from './type';
declare const FeedLike: {
    ({ as, className, children, ...props }: FeedLikeProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
    displayName: string;
};
export default FeedLike;
