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