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