import * as React from "react";
import type { ResponsiveHoneycombProps } from "./types";
declare const ResponsiveHoneycomb: React.FC<ResponsiveHoneycombProps>;
export default ResponsiveHoneycomb;
