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