import type { LineConfig } from '@ant-design/plots'; import type { ComponentPlugin, ComponentPluginViewProps } from '@duckyjs/ducky'; export declare type LineChartComponentPlugin = ComponentPlugin; export declare type LineChartViewProps = ComponentPluginViewProps;