import type { StraightEdgeProps } from '../../types'; import { Component } from 'solid-js'; declare const StraightEdge: Component; declare const StraightEdgeInternal: Component; export { StraightEdge, StraightEdgeInternal }; //# sourceMappingURL=StraightEdge.d.ts.map