/// <reference types="react" />
import { IHexagonProps, IHexagonChildrensProps } from 'hexagon-3d';
declare const Hexagon3D: (props: IHexagonProps & IHexagonChildrensProps) => JSX.Element;
export default Hexagon3D;
