import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const PresentationChartLine: import("svelte").Component; type PresentationChartLine = ReturnType; export default PresentationChartLine; //# sourceMappingURL=presentation-chart-line.svelte.d.ts.map