import { Item } from '../item'; interface ShareProps { open: () => void; } export function Share({ open }: ShareProps) { return Share Sounds; }