
/** @internal */
type ElemType_TwoProng =
    | 'twoProng_regular'
    | 'twoProng_holeClosing';


export { ElemType_TwoProng }
