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

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

export { ToolsAndLibrariesCards, type ToolsAndLibrariesCardsProps };
