/// <reference types="react" />
import { DivProps } from "../../types";
export interface SpotlightCardItemProps extends DivProps {
    borderRadius: number;
    size: number;
}
declare const SpotlightCardItem: import("react").NamedExoticComponent<SpotlightCardItemProps>;
export default SpotlightCardItem;
