import { FC } from 'react';
import { LineProps } from '../../types';
declare const Line: FC<LineProps>;
export { Line };
//# sourceMappingURL=Line.d.ts.map