import React from 'react';
import { ICardImageStandAlone } from './types/cardImage';
export declare const CardImageStandAlone: React.ForwardRefExoticComponent<ICardImageStandAlone & React.RefAttributes<HTMLDivElement>>;
