import { IconProps } from '../lib';
declare function LineSegment(props: IconProps): JSX.Element;
export default LineSegment;
