import React from 'react';
import { IconProps } from "./";
declare const Line: React.FC<IconProps>;
export default Line;
