import { FC } from 'react';
import { CnCardProps } from './types';
declare const CnCardView: FC<CnCardProps>;
export default CnCardView;
