/// <reference types="react" />
import { LineProps } from './Line.types';
export declare const Line: ({ ...props }: LineProps) => JSX.Element;
