import { LikeProps } from './types'; declare const like: ({ name, itemId, userId, isPrefab, data }: LikeProps) => void; export { like };