/// type ItemNameProps = { id: number; }; export declare function ItemName({ id }: ItemNameProps): JSX.Element; export {};