import type { SpotlightCardProps } from './legacy';
/**
 * __Spotlight__
 *
 * The base UI card that wraps composable spotlight components.
 */
export declare const SpotlightCard: React.ForwardRefExoticComponent<React.PropsWithoutRef<SpotlightCardProps> & React.RefAttributes<HTMLDivElement>>;
