import { FC, SVGProps } from 'react'; declare const IconChartBar: FC & { fill?: string }>; export default IconChartBar;