import type { CardsItemWrapperProps } from '../types'; export declare const CardsItemWrapper: (props: CardsItemWrapperProps) => JSX.Element;