import { BaseDisplayProps } from '../shared/types.js'; export declare const LineChartDisplay: { ({ xScale }: BaseDisplayProps): import("react/jsx-runtime.js").JSX.Element; displayName: string; };