import { EntityType } from '@sage-bionetworks/synapse-client';
export type SynapseSearchResultsCardProps = {
    entityId: string;
    name: string;
    description?: string;
    entityType: EntityType;
    modifiedOn: number;
    locatedIn?: {
        name: string;
        id: string;
    };
    searchTerms?: string[];
};
export declare function SynapseSearchResultsCard(props: SynapseSearchResultsCardProps): import("react/jsx-runtime").JSX.Element;
export default SynapseSearchResultsCard;
//# sourceMappingURL=SynapseSearchResultsCard.d.ts.map