import { ThemeDefinition } from '../themes/Theme'; /** * Returns series properties for Line chart * * @param serie * @param theme * @param isSkeleton * @private Not intended as public API and subject to change */ export declare const getLineSeries: (serie: any, theme: ThemeDefinition, isSkeleton: boolean) => any; //# sourceMappingURL=Line.d.ts.map