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