import React, { ReactElement } from 'react';
import { ICategoryCardProps } from './type';
export declare const CategoryCard: React.MemoExoticComponent<({ imageBackgroundUrl, imageBackgroundWidth, imageBackgroundHeight, overlayColor, headingH3, categoryText, }: ICategoryCardProps) => ReactElement>;
