import React from 'react'; interface LineType { borderRadius: number; height: number; width: number; borderStyle: string; backgroundColor: string; paddingTop: number; paddingBottom: number; } export declare const Line: React.NamedExoticComponent; export {};