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