import type { ClassValue } from 'svelte/elements';
interface Props {
    class?: ClassValue;
}
declare const PresentationChartLineIcon: import("svelte").Component<Props, {}, "">;
type PresentationChartLineIcon = ReturnType<typeof PresentationChartLineIcon>;
export default PresentationChartLineIcon;
