import * as React from 'react';
export interface LineArrowRight1StreamlineFlexProps {
  className?: string;
  style?: React.CSSProperties;
}
export declare const LineArrowRight1StreamlineFlex: React.FC<LineArrowRight1StreamlineFlexProps>;
export default LineArrowRight1StreamlineFlex;
