import { ShapeComponent as SC } from '../../runtime'; export type HollowBowtieOptions = Record<string, any>; /** * ▷◁ */ export declare const HollowBowtie: SC<HollowBowtieOptions>;