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