/// import { ItemProps } from './Item'; export interface ProtectedSpeciesProps { species: ItemProps[]; } export default function ProtectedSpecies({ species, }: ProtectedSpeciesProps): JSX.Element;