import type { ContentCardProps } from './type'; /** * ContentCard is a component that displays a title, subtitle, description, image and icon in a card. * It can take different directions to display the image and the content. You can also add more content * by passing children. */ export declare const ContentCard: import("react").ForwardRefExoticComponent>; //# sourceMappingURL=index.d.ts.map