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