/// import { BaseProps } from '../types'; export default function LineScale({ color, loading }: BaseProps): JSX.Element | null;