import { Properties } from "csstype"; import { Ref } from "react"; export declare type CardMediaProps = { height?: Properties["height"]; image?: string; title?: string; ref?: Ref; }; export declare const CardMedia: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;