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