declare const Line: ({ color, }: { readonly color: string; }) => JSX.Element; export default Line;