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