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