import { ReactElement } from 'react'; import { Primitive } from '../common/primitive'; export interface FlowStraightenerProps extends Primitive.DivProps, Primitive.SVGBasedProps { } export declare const FlowStraightener: ({ className, orientation, color, scale, ...rest }: FlowStraightenerProps) => ReactElement; //# sourceMappingURL=FlowStraightener.d.ts.map