/// <reference types="react" />
import type { SpotlightCardProps } from './type';
declare const SpotlightCard: import("react").NamedExoticComponent<SpotlightCardProps<any>>;
export default SpotlightCard;
