import { ListCardProps } from '../index'; export default function ListCard({ resource, scope, target, onClick }: ListCardProps): import("react/jsx-runtime").JSX.Element;