import * as react_jsx_runtime from 'react/jsx-runtime';
import { HTMLAttributes } from 'react';

interface ExploreMainProductCardsProps extends HTMLAttributes<HTMLDivElement> {
    isHive?: boolean;
}
declare function ExploreMainProductCards({ className, isHive, ...rest }: ExploreMainProductCardsProps): react_jsx_runtime.JSX.Element;

export { ExploreMainProductCards, type ExploreMainProductCardsProps };
