import { ShapeComponent as SC } from '../../runtime';
export type HexagonOptions = Record<string, any>;
/**
 * ⭓
 */
export declare const Hexagon: SC<HexagonOptions>;
