import { SVGProps } from "react"; declare const ChartBarIcon: (props: SVGProps) => JSX.Element; export default ChartBarIcon;