/** @jsxRuntime classic */
/** @jsx jsx */
import type { IconProps } from '../../../types/IconProps';
declare const ChartLinePointIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
export default ChartLinePointIcon;
