/// import { CardContainerProps } from './interface'; export declare const CardContainer: (props: CardContainerProps) => JSX.Element;